[buddy] remove some unused variables
* src/reorder.c (reorder_win2ite): Do not set c=1.
This commit is contained in:
parent
4bb58f457b
commit
5dab2ede41
1 changed files with 0 additions and 2 deletions
|
|
@ -210,7 +210,6 @@ static BddTree *reorder_win2ite(BddTree *t)
|
||||||
{
|
{
|
||||||
BddTree *this, *first=t;
|
BddTree *this, *first=t;
|
||||||
int lastsize;
|
int lastsize;
|
||||||
int c=1;
|
|
||||||
|
|
||||||
if (t == NULL)
|
if (t == NULL)
|
||||||
return t;
|
return t;
|
||||||
|
|
@ -246,7 +245,6 @@ static BddTree *reorder_win2ite(BddTree *t)
|
||||||
|
|
||||||
if (verbose > 1)
|
if (verbose > 1)
|
||||||
printf(" %d nodes\n", reorder_nodenum());
|
printf(" %d nodes\n", reorder_nodenum());
|
||||||
c++;
|
|
||||||
}
|
}
|
||||||
while (reorder_nodenum() != lastsize);
|
while (reorder_nodenum() != lastsize);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue