From: Vern Paxson Date: Sat, 30 Dec 1989 15:34:53 +0000 (+0000) Subject: removed gratuitous trailing context code X-Git-Tag: flex-2-5-5b~583 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fa99930c8bdb239aa849e29618d8b628e366dab;p=flex removed gratuitous trailing context code --- diff --git a/nfa.c b/nfa.c index 53fdd01..99bb1e5 100644 --- a/nfa.c +++ b/nfa.c @@ -249,10 +249,6 @@ int mach, variable_trail_rule, headcnt, trailcnt; if ( headcnt > 0 ) fprintf( temp_action_file, "%s = %s + %d;\n", scanner_cp, scanner_bp, headcnt ); - - else - fprintf( temp_action_file, "%s = %s;\n", - scanner_cp, scanner_bp ); } else