summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-01-18 19:54:45 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-01-22 20:45:21 (GMT)
commit84e655b1e4792b232ed72c70c80269d002142a7f (patch)
tree95028734a9f52ef332ad3ff3c67d2fc24ce7ba88 /src/pyscanner.l
parentfcf21307020ad4565d2da1f3e3fa13c56d604bef (diff)
downloadDoxygen-84e655b1e4792b232ed72c70c80269d002142a7f.zip
Doxygen-84e655b1e4792b232ed72c70c80269d002142a7f.tar.gz
Doxygen-84e655b1e4792b232ed72c70c80269d002142a7f.tar.bz2
Refactoring: modernize Statistics & time keeping
Diffstat (limited to 'src/pyscanner.l')
-rw-r--r--src/pyscanner.l3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pyscanner.l b/src/pyscanner.l
index 56e8dc8..403b400 100644
--- a/src/pyscanner.l
+++ b/src/pyscanner.l
@@ -1141,9 +1141,6 @@ STARTDOCSYMS "##"
// do something based on the type of the IDENTIFIER
if (yyextra->current->type.isEmpty())
{
- //QListIterator<Entry> eli(*(yyextra->current_root->children()));
- //Entry *child;
- //for (eli.toFirst();(child=eli.yyextra->current());++eli)
for (const auto &child : yyextra->current_root->children())
{
if (child->name == QCString(yytext))