mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Remove unused reserved keyword "this"
Removed unused reserved keyword "this" (a script using it would cause Bro to segfault).
This commit is contained in:
parent
bf62a6e673
commit
5593f339bd
2 changed files with 1 additions and 9 deletions
|
@ -306,7 +306,6 @@ string return TOK_STRING;
|
|||
subnet return TOK_SUBNET;
|
||||
switch return TOK_SWITCH;
|
||||
table return TOK_TABLE;
|
||||
this return TOK_THIS;
|
||||
time return TOK_TIME;
|
||||
timeout return TOK_TIMEOUT;
|
||||
timer return TOK_TIMER;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue