From: thurston Date: Wed, 25 Apr 2007 04:03:34 +0000 (+0000) Subject: Removed unused variable. X-Git-Tag: 2.0_alpha~314 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=724110f15944db225a5acb8638ae9ef102a5e77e;p=external%2Fragel.git Removed unused variable. git-svn-id: http://svn.complang.org/ragel/trunk@193 052ea7fc-9027-0410-9066-f65837a77df0 --- diff --git a/redfsm/redfsm.cpp b/redfsm/redfsm.cpp index 51a2e58..73e3b7e 100644 --- a/redfsm/redfsm.cpp +++ b/redfsm/redfsm.cpp @@ -42,7 +42,6 @@ string Action::nameOrLoc() RedFsmAp::RedFsmAp() : - wantComplete(false), forcedErrorState(false), nextActionId(0), nextTransId(0), diff --git a/redfsm/redfsm.h b/redfsm/redfsm.h index f4e5792..8098a3c 100644 --- a/redfsm/redfsm.h +++ b/redfsm/redfsm.h @@ -397,7 +397,6 @@ struct RedFsmAp { RedFsmAp(); - bool wantComplete; bool forcedErrorState; int nextActionId;