diff options
Diffstat (limited to 'colm/fsmcodegen.h')
-rw-r--r-- | colm/fsmcodegen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/colm/fsmcodegen.h b/colm/fsmcodegen.h index 41cd88ec..1b004f5e 100644 --- a/colm/fsmcodegen.h +++ b/colm/fsmcodegen.h @@ -178,7 +178,6 @@ public: std::ostream &TO_STATE_ACTIONS(); std::ostream &FROM_STATE_ACTIONS(); - void COND_TRANSLATE( GenStateCond *stateCond, int level ); void emitCondBSearch( RedState *state, int level, int low, int high ); void STATE_CONDS( RedState *state, bool genDefault ); |