]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
* stepmake/stepmake/*:
[lilypond.git] / lily / lexer.ll
index b4e3697a5078cf2385aacd0093b918b65c7f980a..fe8dacfb7816863c83757962f184425828b196c8 100644 (file)
@@ -862,26 +862,6 @@ scan_fraction (String frac)
        return scm_cons (scm_from_int (n), scm_from_int (d));
 }
 
-// Breaks for flex 2.5.31
-#if 0
-/* avoid silly flex induced gcc warnings */
-static void yy_push_state (int) {;}
-static void yy_pop_state () {;}
-static int yy_top_state () { return 0; }
-
-static void
-avoid_silly_flex_induced_gcc_warnings ()
-{
-       (void)yy_start_stack_ptr;
-       (void)yy_start_stack_depth;
-       (void)yy_start_stack;
-       yy_push_state (0);
-       yy_pop_state ();
-       yy_top_state ();
-       avoid_silly_flex_induced_gcc_warnings ();
-}
-#endif
-
 SCM
 lookup_markup_command (String s)
 {