@@ -154,7 +154,6 @@ SDict<DirRelation> Doxygen::dirRelations(257);
154
154
ParserManager *Doxygen::parserManager = 0 ;
155
155
QCString Doxygen::htmlFileExtension;
156
156
bool Doxygen::suppressDocWarnings = FALSE ;
157
- // Store *Doxygen::symbolStorage;
158
157
QCString Doxygen::objDBFileName;
159
158
QCString Doxygen::entryDBFileName;
160
159
QCString Doxygen::filterDBFileName;
@@ -10695,8 +10694,6 @@ void parseInput()
10695
10694
* Initialize global lists and dictionaries
10696
10695
**************************************************************************/
10697
10696
10698
- // Doxygen::symbolStorage = new Store;
10699
-
10700
10697
// also scale lookup cache with SYMBOL_CACHE_SIZE
10701
10698
int cacheSize = Config_getInt (LOOKUP_CACHE_SIZE);
10702
10699
if (cacheSize<0 ) cacheSize=0 ;
@@ -10717,14 +10714,6 @@ void parseInput()
10717
10714
Doxygen::filterDBFileName.sprintf (" doxygen_filterdb_%d.tmp" ,pid);
10718
10715
Doxygen::filterDBFileName.prepend (outputDirectory+" /" );
10719
10716
10720
- // if (Doxygen::symbolStorage->open(Doxygen::objDBFileName)==-1)
10721
- // {
10722
- // err("Failed to open temporary file %s\n",Doxygen::objDBFileName.data());
10723
- // exit(1);
10724
- // }
10725
-
10726
-
10727
-
10728
10717
/* *************************************************************************
10729
10718
* Check/create output directories *
10730
10719
**************************************************************************/
@@ -11537,14 +11526,12 @@ void generateOutput()
11537
11526
cleanUpDoxygen ();
11538
11527
11539
11528
finalizeSearchIndexer ();
11540
- // Doxygen::symbolStorage->close();
11541
11529
QDir thisDir;
11542
11530
thisDir.remove (Doxygen::objDBFileName);
11543
11531
thisDir.remove (Doxygen::filterDBFileName);
11544
11532
Config::deinit ();
11545
11533
QTextCodec::deleteAllCodecs ();
11546
11534
delete Doxygen::symbolMap;
11547
11535
delete Doxygen::clangUsrMap;
11548
- // delete Doxygen::symbolStorage;
11549
11536
g_successfulRun=TRUE ;
11550
11537
}
0 commit comments