mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
remove deprecated union and timer types, addressing #1898
This commit is contained in:
parent
d77fd8305d
commit
11f8729997
9 changed files with 28 additions and 78 deletions
|
@ -297,9 +297,7 @@ switch return TOK_SWITCH;
|
|||
table return TOK_TABLE;
|
||||
time return TOK_TIME;
|
||||
timeout return TOK_TIMEOUT;
|
||||
timer return TOK_TIMER;
|
||||
type return TOK_TYPE;
|
||||
union return TOK_UNION;
|
||||
vector return TOK_VECTOR;
|
||||
when return TOK_WHEN;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue