Remove unused reserved keyword "this"

Removed unused reserved keyword "this" (a script using it would cause Bro to
segfault).
This commit is contained in:
Daniel Thayer 2012-09-26 13:09:54 -05:00
parent bf62a6e673
commit 5593f339bd
2 changed files with 1 additions and 9 deletions

View file

@ -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;