lemon/circulation.h
changeset 963 761fe0846f49
parent 688 1f08e846df29
child 964 7fdaa05a69a1
     1.1 --- a/lemon/circulation.h	Fri Aug 24 15:37:23 2012 +0200
     1.2 +++ b/lemon/circulation.h	Thu Sep 13 11:45:36 2012 +0200
     1.3 @@ -558,8 +558,6 @@
     1.4      {
     1.5  
     1.6        Node act;
     1.7 -      Node bact=INVALID;
     1.8 -      Node last_activated=INVALID;
     1.9        while((act=_level->highestActive())!=INVALID) {
    1.10          int actlevel=(*_level)[act];
    1.11          int mlevel=_node_num;