diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-06 06:55:32 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-06 06:55:32 +0000 |
commit | dbd9eb87691d2d101718d522b381e54f01146316 (patch) | |
tree | 76a732927e03e6e80c64e84f1084cdf414088a03 | |
parent | e055b69a71c9096fbd00f6fa378a137517e8c72d (diff) | |
download | lcd4linux-dbd9eb87691d2d101718d522b381e54f01146316.tar.gz |
unused array 'tokenNames' removed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@946 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-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 */ |