diff mbox series

[nft] parser: Removed LOOKUP token

Message ID 20180504215047.10571-1-ecklm94@gmail.com
State Accepted
Headers show
Series [nft] parser: Removed LOOKUP token | expand

Commit Message

Máté Eckl May 4, 2018, 9:50 p.m. UTC
It is never used.

Signed-off-by: Máté Eckl <ecklm94@gmail.com>
---
 src/parser_bison.y | 1 -
 1 file changed, 1 deletion(-)

Comments

Florian Westphal May 4, 2018, 10:16 p.m. UTC | #1
Máté Eckl <ecklm94@gmail.com> wrote:
> It is never used.

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/src/parser_bison.y b/src/parser_bison.y
index ee3600d..dcd4683 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"