summaryrefslogtreecommitdiff
path: root/colm/fsmgraph.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-12-29 11:29:05 -0500
committerAdrian Thurston <thurston@complang.org>2012-12-29 11:29:05 -0500
commitb68ea3500d5e46eaeeabda4c4c6acc38c62c74ec (patch)
treecad88697ed66073277b5f3cfaf8ef2b835d00dcd /colm/fsmgraph.h
parent07e9fa400be4873a67bdda4be68aaf4e3edb5521 (diff)
downloadcolm-b68ea3500d5e46eaeeabda4c4c6acc38c62c74ec.tar.gz
code cleanup in fsm graph
More condition code removal.
Diffstat (limited to 'colm/fsmgraph.h')
-rw-r--r--colm/fsmgraph.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/colm/fsmgraph.h b/colm/fsmgraph.h
index 250f5204..0fc5344a 100644
--- a/colm/fsmgraph.h
+++ b/colm/fsmgraph.h
@@ -478,18 +478,6 @@ struct StateCond
typedef DList<StateCond> StateCondList;
typedef Vector<long> LongVect;
-struct CondData
-{
- CondData() : nextCondKey(0) {}
-
- /* Condition info. */
- Key nextCondKey;
-
- CondSpaceMap condSpaceMap;
-};
-
-extern CondData *condData;
-
/* State class that implements actions and priorities. */
struct FsmState
{