diff options
-rw-r--r-- | evaluator.c | 10 |
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 */ |