summaryrefslogtreecommitdiffstats
path: root/addon/doxyparse
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-01-01 09:30:44 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-01-01 10:20:17 (GMT)
commit7f79d52ff6da7bcabc6b0250ca93b4307358e8e3 (patch)
tree22b6ed1f2105fe78c468db83009437cc282f19be /addon/doxyparse
parent7f920f6807efe07e7dd30f8d358a0c5c9e4b6608 (diff)
downloadDoxygen-7f79d52ff6da7bcabc6b0250ca93b4307358e8e3.zip
Doxygen-7f79d52ff6da7bcabc6b0250ca93b4307358e8e3.tar.gz
Doxygen-7f79d52ff6da7bcabc6b0250ca93b4307358e8e3.tar.bz2
Refactoring: remove unused Doxygen::entryDBFileName and Doxygen::objDBFileName
Diffstat (limited to 'addon/doxyparse')
-rw-r--r--addon/doxyparse/doxyparse.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/addon/doxyparse/doxyparse.cpp b/addon/doxyparse/doxyparse.cpp
index df9069b..1181231 100644
--- a/addon/doxyparse/doxyparse.cpp
+++ b/addon/doxyparse/doxyparse.cpp
@@ -528,8 +528,6 @@ int main(int argc,char **argv) {
QDir thisDir;
// remove temporary files
- if (!Doxygen::objDBFileName.isEmpty()) thisDir.remove(Doxygen::objDBFileName);
- if (!Doxygen::entryDBFileName.isEmpty()) thisDir.remove(Doxygen::entryDBFileName);
if (!Doxygen::filterDBFileName.isEmpty()) thisDir.remove(Doxygen::filterDBFileName);
// clean up after us