exports: cmGlobalGenerator::ExportSets destructor will clear it

This commit is contained in:
Yury G. Kudryashov 2012-08-22 02:15:42 +04:00 committed by Brad King
parent 81cdab5bea
commit 64b3a6c9cf
1 changed files with 0 additions and 1 deletions

View File

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