summaryrefslogtreecommitdiffstats
path: root/src/declinfo.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-18 19:37:37 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-11-18 19:37:37 (GMT)
commit26f6f1aec1be0361eac7c6ebc4de93904bf42a98 (patch)
tree7fc789ad9fe026693738917d9036eca5692a3f4c /src/declinfo.l
parentc5854f5a8e819de82b73d14bbbd8583a36842fd5 (diff)
downloadDoxygen-26f6f1aec1be0361eac7c6ebc4de93904bf42a98.zip
Doxygen-26f6f1aec1be0361eac7c6ebc4de93904bf42a98.tar.gz
Doxygen-26f6f1aec1be0361eac7c6ebc4de93904bf42a98.tar.bz2
Remove bogus flex code
Diffstat (limited to 'src/declinfo.l')
-rw-r--r--src/declinfo.l11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/declinfo.l b/src/declinfo.l
index c27af39..37d0449 100644
--- a/src/declinfo.l
+++ b/src/declinfo.l
@@ -347,11 +347,6 @@ void parseFuncDecl(const QCString &decl,const SrcLangExt lang,QCString &cl,QCStr
return;
}
-//extern "C" { // some bogus code to keep the compiler happy
-// int declinfoYYwrap() { return 1 ; }
-// void declinfoYYdummy() { yy_flex_realloc(0,0); }
-//}
-
#if 0
void dumpDecl(const char *s)
{
@@ -385,11 +380,5 @@ int main()
}
#endif
-#if !defined(YY_FLEX_SUBMINOR_VERSION)
-//----------------------------------------------------------------------------
-extern "C" { // some bogus code to keep the compiler happy
- void declinfoYYdummy() { yy_flex_realloc(0,0); }
-}
-#endif
#include "declinfo.l.h"