Browse Source

cmGlobalGenerator: Remove clearance of map.

It is always cleared before being re-populated.
Stephen Kelly 10 years ago
parent
commit
f5d2b7a694
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmGlobalGenerator.cxx

+ 0 - 1
Source/cmGlobalGenerator.cxx

@@ -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();