summaryrefslogtreecommitdiffstats
path: root/src/parser_bison.y
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-08 18:18:32 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-09 22:19:50 +0100
commitf8d5fa7c0523d8058e11c823c4664c9ba9ccf121 (patch)
treea743348632a154689162107af46ffc9b469efa34 /src/parser_bison.y
parent17bdc4e60f2ba5971e9bab9dbcafd528d786cf7f (diff)
scanner: remove unused tokens
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src/parser_bison.y')
-rw-r--r--src/parser_bison.y6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/parser_bison.y b/src/parser_bison.y
index bfb18174..abfcccc4 100644
--- a/src/parser_bison.y
+++ b/src/parser_bison.y
@@ -511,9 +511,6 @@ int nft_lex(void *, void *, void *);
%token SECMARK "secmark"
%token SECMARKS "secmarks"
-%token NANOSECOND "nanosecond"
-%token MICROSECOND "microsecond"
-%token MILLISECOND "millisecond"
%token SECOND "second"
%token MINUTE "minute"
%token HOUR "hour"
@@ -565,11 +562,8 @@ int nft_lex(void *, void *, void *);
%token EXTHDR "exthdr"
%token IPSEC "ipsec"
-%token MODE "mode"
%token REQID "reqid"
%token SPNUM "spnum"
-%token TRANSPORT "transport"
-%token TUNNEL "tunnel"
%token IN "in"
%token OUT "out"