diff -r 157427808b40 -r 761fe0846f49 lemon/circulation.h --- a/lemon/circulation.h Fri Aug 24 15:37:23 2012 +0200 +++ b/lemon/circulation.h Thu Sep 13 11:45:36 2012 +0200 @@ -558,8 +558,6 @@ { Node act; - Node bact=INVALID; - Node last_activated=INVALID; while((act=_level->highestActive())!=INVALID) { int actlevel=(*_level)[act]; int mlevel=_node_num;