diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-02-15 14:23:02 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2020-02-15 14:23:02 (GMT) |
commit | e2157cd6d65297339419e73b53e01a7d2cd25d2c (patch) | |
tree | 3e5bf6b8bb564e03f9cabf403a80c57793bf23ef /src/pre.l | |
parent | c8d3befccbfbba83c2c0509dc23d53144177aa94 (diff) | |
download | Doxygen-e2157cd6d65297339419e73b53e01a7d2cd25d2c.zip Doxygen-e2157cd6d65297339419e73b53e01a7d2cd25d2c.tar.gz Doxygen-e2157cd6d65297339419e73b53e01a7d2cd25d2c.tar.bz2 |
Removed Doxygen::gatherDefines as it was not used anymore
Diffstat (limited to 'src/pre.l')
-rw-r--r-- | src/pre.l | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2801,7 +2801,6 @@ static void addDefine(yyscan_t yyscanner) YY_EXTRA_TYPE state = preYYget_extra(yyscanner); if (state->skip) return; // do not add this define as it is inside a // conditional section (cond command) that is disabled. - if (!Doxygen::gatherDefines) return; //printf("addDefine '%s' '%s'\n",state->defName.data(),state->defArgsStr.data()); //ArgumentList *al = new ArgumentList; |