cmGlobalGenerator: Remove clearance of map.
It is always cleared before being re-populated.
This commit is contained in:
parent
29c1385675
commit
f5d2b7a694
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue