Browse Source

exports: cmGlobalGenerator::ExportSets destructor will clear it

Yury G. Kudryashov 13 years ago
parent
commit
64b3a6c9cf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmGlobalGenerator.cxx

+ 0 - 1
Source/cmGlobalGenerator.cxx

@@ -76,7 +76,6 @@ cmGlobalGenerator::~cmGlobalGenerator()
     }
 
   this->ClearGeneratorTargets();
-  this->ExportSets.clear();
 }
 
 void cmGlobalGenerator::ResolveLanguageCompiler(const std::string &lang,