lemon/circulation.h
changeset 964 7fdaa05a69a1
parent 877 141f9c0db4a3
parent 963 761fe0846f49
     1.1 --- a/lemon/circulation.h	Wed Sep 12 17:25:48 2012 +0200
     1.2 +++ b/lemon/circulation.h	Thu Sep 13 11:56:19 2012 +0200
     1.3 @@ -572,8 +572,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;