summaryrefslogtreecommitdiffstatshomepage
path: root/py/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/parse.c')
-rw-r--r--py/parse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/parse.c b/py/parse.c
index 07ceceeeb7..ae1fe65e75 100644
--- a/py/parse.c
+++ b/py/parse.c
@@ -68,7 +68,6 @@ typedef struct _rule_t {
} rule_t;
enum {
- RULE_none = 0,
#define DEF_RULE(rule, comp, kind, ...) RULE_##rule,
#include "grammar.h"
#undef DEF_RULE
@@ -105,7 +104,6 @@ enum {
#undef DEF_RULE
STATIC const rule_t *rules[] = {
- NULL,
#define DEF_RULE(rule, comp, kind, ...) &rule_##rule,
#include "grammar.h"
#undef DEF_RULE