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 7ee87eb..c68cbb8 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -786,9 +786,6 @@ extern void genftbl(void); /* generate full transition table */
/* Generate the code to find the next compressed-table state. */
extern void gen_next_compressed_state(char *);
-/* Generate the code to find the next state. */
-extern void gen_next_state(int);
-
/* Generate the code to make a NUL transition. */
extern void gen_NUL_trans(void);