aboutsummaryrefslogtreecommitdiffstats
path: root/evaluator.c
diff options
context:
space:
mode:
Diffstat (limited to 'evaluator.c')
-rw-r--r--evaluator.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/evaluator.c b/evaluator.c
index f3d72d7..e70aaa5 100644
--- a/evaluator.c
+++ b/evaluator.c
@@ -100,16 +100,6 @@ typedef enum {
T_FUNCTION
} TOKEN;
-static char *tokenNames[] = {
- "undef",
- "Name",
- "Number",
- "String",
- "Operator",
- "Variable",
- "Function"
-};
-
typedef enum {
O_UNDEF, /* undefined */
O_LST, /* expression lists */