From: Máté Eckl Date: Fri, 4 May 2018 21:50:47 +0000 (+0200) Subject: parser: Removed LOOKUP token X-Git-Tag: v0.8.5~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d2f48fa277e1b648e500f12dc08aa15bd48b50f;p=thirdparty%2Fnftables.git parser: Removed LOOKUP token It is never used. Signed-off-by: Máté Eckl Signed-off-by: Florian Westphal --- diff --git a/src/parser_bison.y b/src/parser_bison.y index ee3600d7..dcd46835 100644 --- a/src/parser_bison.y +++ b/src/parser_bison.y @@ -181,7 +181,6 @@ int nft_lex(void *, void *, void *); %token DASH "-" %token AT "@" %token VMAP "vmap" -%token LOOKUP "lookup" %token INCLUDE "include" %token DEFINE "define"