aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */
lites have two names. Use Just one of them. While here, update their frequencies from Lyngsat. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-04-30Update frequencies from LyngsatMauro Carvalho Chehab188-12304/+12666 Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>