summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyscanner.l')
-rw-r--r--src/pyscanner.l7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pyscanner.l b/src/pyscanner.l
index 63f11e3..5d6b303 100644
--- a/src/pyscanner.l
+++ b/src/pyscanner.l
@@ -1940,11 +1940,4 @@ void PythonLanguageScanner::resetCodeParserState()
//----------------------------------------------------------------------------
-#if !defined(YY_FLEX_SUBMINOR_VERSION)
-//----------------------------------------------------------------------------
-extern "C" { // some bogus code to keep the compiler happy
- void pyscannerYYdummy() { yy_flex_realloc(0,0); }
-}
-#endif
-
#include "pyscanner.l.h"