aboutsummaryrefslogtreecommitdiffstats
path: root/evaluator.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-06 06:55:32 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-06 06:55:32 +0000
commitdbd9eb87691d2d101718d522b381e54f01146316 (patch)
tree76a732927e03e6e80c64e84f1084cdf414088a03 /evaluator.c
parente055b69a71c9096fbd00f6fa378a137517e8c72d (diff)
downloadlcd4linux-dbd9eb87691d2d101718d522b381e54f01146316.tar.gz
unused array 'tokenNames' removed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@946 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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 */