diff -r 4bb9e72e1a41 -r 7fdaa05a69a1 lemon/circulation.h --- a/lemon/circulation.h Wed Sep 12 17:25:48 2012 +0200 +++ b/lemon/circulation.h Thu Sep 13 11:56:19 2012 +0200 @@ -572,8 +572,6 @@ { Node act; - Node bact=INVALID; - Node last_activated=INVALID; while((act=_level->highestActive())!=INVALID) { int actlevel=(*_level)[act]; int mlevel=_node_num;