Code cleanup: remove unused variable.
This commit is contained in:
parent
15a5334df8
commit
c60bd0aae2
@ -1151,7 +1151,7 @@ int
|
||||
iterateLocalToOther (const System sys, const int myrun,
|
||||
int (*callback) (const System, const Term, const int))
|
||||
{
|
||||
Termlist tlo, tls;
|
||||
Termlist tls;
|
||||
int flag;
|
||||
struct ao_state State;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user