summaryrefslogtreecommitdiff
path: root/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'lex.h')
-rw-r--r--lex.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lex.h b/lex.h
index e80edcb..b6b5edd 100644
--- a/lex.h
+++ b/lex.h
@@ -68,12 +68,6 @@ typedef enum {
TOK_MAX,
} Token;
-static const char *lex_tok_str[TOK_MAX] = {
-#define X(n, s) s,
- LEX_TOK_LIST
-#undef X
-};
-
#define TMASK(t) (1L << t)
typedef enum {