summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/scanner.l b/src/scanner.l
index 393d6d4..37fcb1c 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -7402,11 +7402,4 @@ void CLanguageScanner::parsePrototype(const char *text)
//----------------------------------------------------------------------------
-#if !defined(YY_FLEX_SUBMINOR_VERSION)
-//----------------------------------------------------------------------------
-extern "C" { // some bogus code to keep the compiler happy
- void scannerYYdummy() { yy_flex_realloc(0,0); }
-}
-#endif
-
#include "scanner.l.h"