summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 781fe25..a5ee509 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -801,9 +801,6 @@ extern void gen_next_state(int);
/* Generate the code to make a NUL transition. */
extern void gen_NUL_trans(void);
-/* Generate the code to find the start state. */
-extern void gen_start_state(void);
-
/* Generate data statements for the transition tables. */
extern void gentabs(void);