summaryrefslogtreecommitdiffstats
path: root/src/parser_bison.y
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2020-11-23 00:30:17 +0100
committerFlorian Westphal <fw@strlen.de>2020-12-09 18:33:53 +0100
commitbd0d2f4038ba1ac9db4653a4f632553db83db3b0 (patch)
treec2851906d96b0fdb5e027eaee4e741cd572a0604 /src/parser_bison.y
parentfd314278115255ccee23ab6cffb2b0a033238fbb (diff)
exthdr: remove unused proto_key member from struct
also, no need for this struct to be in the parser. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src/parser_bison.y')
-rw-r--r--src/parser_bison.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser_bison.y b/src/parser_bison.y
index e8aa5bb8..08aadaa3 100644
--- a/src/parser_bison.y
+++ b/src/parser_bison.y
@@ -184,7 +184,6 @@ int nft_lex(void *, void *, void *);
struct handle_spec handle_spec;
struct position_spec position_spec;
struct prio_spec prio_spec;
- const struct exthdr_desc *exthdr_desc;
}
%token TOKEN_EOF 0 "end of file"