diff --git a/src/cmdparse.l b/src/cmdparse.l index 1c71ed38..b366e48b 100644 --- a/src/cmdparse.l +++ b/src/cmdparse.l @@ -94,7 +94,6 @@ EOL (\r?\n) [ \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; }