From: Vern Paxson Date: Mon, 15 Jan 1990 17:48:47 +0000 (+0000) Subject: Removed redundant test. X-Git-Tag: flex-2-5-5b~575 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3f6e4127dcb9464a3435c42b9b5b0af2f6ab73c;p=flex Removed redundant test. 2.2 Release. --- diff --git a/nfa.c b/nfa.c index 99bb1e5..1d15a58 100644 --- a/nfa.c +++ b/nfa.c @@ -245,11 +245,8 @@ int mach, variable_trail_rule, headcnt, trailcnt; "*yy_cp = yy_hold_char; /* undo effects of setting up yytext */\n" ); if ( headcnt > 0 ) - { - if ( headcnt > 0 ) - fprintf( temp_action_file, "%s = %s + %d;\n", - scanner_cp, scanner_bp, headcnt ); - } + fprintf( temp_action_file, "%s = %s + %d;\n", + scanner_cp, scanner_bp, headcnt ); else fprintf( temp_action_file,