summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyscanner.l')
-rw-r--r--src/pyscanner.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pyscanner.l b/src/pyscanner.l
index 7b5a424..19dc1ad 100644
--- a/src/pyscanner.l
+++ b/src/pyscanner.l
@@ -1401,7 +1401,6 @@ STARTDOCSYMS "##"
BEGIN(Search);
}
<<EOF>> { yyterminate();
- newEntry();
}
}