From: Florian Westphal Date: Wed, 30 Nov 2016 19:33:14 +0000 (+0100) Subject: bison: remove old log level tokens X-Git-Tag: v0.7~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f47cd14bb73212a5aca920c22e0b45da0673000;p=thirdparty%2Fnftables.git bison: remove old log level tokens not used anymore since 0423caa91ad26e7 ("src: don't need keyword for log level") Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- diff --git a/src/parser_bison.y b/src/parser_bison.y index f07303e2..deaaf06f 100644 --- a/src/parser_bison.y +++ b/src/parser_bison.y @@ -370,14 +370,6 @@ static void location_update(struct location *loc, struct location *rhs, int n) %token SNAPLEN "snaplen" %token QUEUE_THRESHOLD "queue-threshold" %token LEVEL "level" -%token LEVEL_EMERG "emerg" -%token LEVEL_ALERT "alert" -%token LEVEL_CRIT "crit" -%token LEVEL_ERR "err" -%token LEVEL_WARN "warn" -%token LEVEL_NOTICE "notice" -%token LEVEL_INFO "info" -%token LEVEL_DEBUG "debug" %token LIMIT "limit" %token RATE "rate"