From: michael Date: Tue, 6 Jan 2009 06:55:32 +0000 (+0000) Subject: unused array 'tokenNames' removed X-Git-Tag: svn1203~257 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=dbd9eb87691d2d101718d522b381e54f01146316;p=lcd4linux.git unused array 'tokenNames' removed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@946 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- 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 */