cmGlobalGenerator: Remove clearance of map.

It is always cleared before being re-populated.
This commit is contained in:
Stephen Kelly 2015-08-02 10:20:11 +02:00
parent 29c1385675
commit f5d2b7a694
1 changed files with 0 additions and 1 deletions

View File

@ -1610,7 +1610,6 @@ void cmGlobalGenerator::ClearGeneratorMembers()
this->TargetDependencies.clear();
this->TotalTargets.clear();
this->ImportedTargets.clear();
this->LocalGeneratorToTargetMap.clear();
this->ProjectMap.clear();
this->RuleHashes.clear();
this->DirectoryContentMap.clear();