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 e84de08..b1de1b6 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -789,9 +789,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 match. */
-extern void gen_next_match(void);
-
/* Generate the code to find the next state. */
extern void gen_next_state(int);