From e27a8597d814c2073fc0fbbafc727fe37dc17457 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 22 May 2011 21:42:34 +0200 Subject: [PATCH] forgot to remove unused TOK_ATTACH token from lexer --- src/cmdparse.l | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.5