Remove unneeded assignments in for loop header
The last use of this variable in the loop body was removed by commit 93df658a0189.
This commit is contained in:
parent
24ea53dcfa
commit
afc3b0143c
@ -1401,7 +1401,7 @@ print_aligned_vertical(const printTableContent *cont,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* find longest data cell */
|
/* find longest data cell */
|
||||||
for (i = 0, ptr = cont->cells; *ptr; ptr++, i++)
|
for (ptr = cont->cells; *ptr; ptr++)
|
||||||
{
|
{
|
||||||
int width,
|
int width,
|
||||||
height,
|
height,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user