forgot to remove unused TOK_ATTACH token from lexer

This commit is contained in:
Michael Stapelberg 2011-05-22 21:42:34 +02:00
parent 08f64f011d
commit e27a8597d8
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ EOL (\r?\n)
<EAT_WHITESPACE>[ \t]* { yy_pop_state(); }
[ \t]* { /* ignore whitespace */ ; }
attach { return TOK_ATTACH; }
exec { WS_STRING; return TOK_EXEC; }
exit { return TOK_EXIT; }
reload { return TOK_RELOAD; }