From 6c1e07f91277d4ec5e2677707d96d1fd2641753c Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 28 Oct 2012 23:53:12 -0700 Subject: Removing useless check. --- compil.lex | 6 ------ 1 file changed, 6 deletions(-) (limited to 'compil.lex') diff --git a/compil.lex b/compil.lex index b8cf4f0..960cab9 100644 --- a/compil.lex +++ b/compil.lex @@ -176,12 +176,6 @@ BEGIN(E); } -"abcdef<"[^\>\n]*"/>" { - yytext[strlen(yytext) - 2] = 0; - fprintf(stderr, "Error: Invalid command: '%s'\n", yytext + 1); - errstate = 1; - } - . { if (*yytext == '<') { in_unknown_tag = 1; -- cgit v1.2.3