]> granicus.if.org Git - flex/commitdiff
Removed unused local vars.
authorJohn Millaway <john43@users.sourceforge.net>
Tue, 14 Feb 2006 18:36:53 +0000 (18:36 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Tue, 14 Feb 2006 18:36:53 +0000 (18:36 +0000)
flex.skl

index 72ccbd7b52de4606d07adb17b7c06f2459291b73..52359def7f1385112ed8b89a73d9653623b68b8f 100644 (file)
--- a/flex.skl
+++ b/flex.skl
@@ -1687,7 +1687,7 @@ m4_ifdef( [[M4_YY_USES_REJECT]],
 %endif
 {
        register int yy_is_jam;
-    M4_YY_DECL_GUTS_VAR();
+    M4_YY_DECL_GUTS_VAR(); /* This var may be unused depending upon options. */
 %% [17.0] code to find the next state, and perhaps do backing up, goes here
 
        return yy_is_jam ? 0 : yy_current_state;
@@ -2811,7 +2811,6 @@ m4_ifdef( [[M4_YY_NOT_IN_HEADER]],
 static void yy_flex_strncpy YYFARGS3( char*,s1, yyconst char *,s2, int,n)
 {
        register int i;
-    M4_YY_DECL_GUTS_VAR();
        for ( i = 0; i < n; ++i )
                s1[i] = s2[i];
 }
@@ -2824,7 +2823,6 @@ m4_ifdef( [[M4_YY_NOT_IN_HEADER]],
 static int yy_flex_strlen YYFARGS1( yyconst char *,s)
 {
        register int n;
-    M4_YY_DECL_GUTS_VAR();
        for ( n = 0; s[n]; ++n )
                ;