]> git.webhop.me Git - lcd4linux.git/commitdiff
unused array 'tokenNames' removed
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 6 Jan 2009 06:55:32 +0000 (06:55 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 6 Jan 2009 06:55:32 +0000 (06:55 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@946 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

evaluator.c

index f3d72d79d6941f65a5e0d490ff2ef89a0ee514f1..e70aaa59070cd3e394cd189b7545ec8b09e03160 100644 (file)
@@ -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 */