Removed unused variable.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 25 Apr 2007 04:03:34 +0000 (04:03 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 25 Apr 2007 04:03:34 +0000 (04:03 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@193 052ea7fc-9027-0410-9066-f65837a77df0

redfsm/redfsm.cpp
redfsm/redfsm.h

index 51a2e58..73e3b7e 100644 (file)
@@ -42,7 +42,6 @@ string Action::nameOrLoc()
 
 RedFsmAp::RedFsmAp()
 :
-       wantComplete(false),
        forcedErrorState(false),
        nextActionId(0),
        nextTransId(0),
index f4e5792..8098a3c 100644 (file)
@@ -397,7 +397,6 @@ struct RedFsmAp
 {
        RedFsmAp();
 
-       bool wantComplete;
        bool forcedErrorState;
 
        int nextActionId;