mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-14 10:19:56 -06:00
cmGeneratorTarget: don't clear container in destructor
It will be destroyed anyway. This also makes it easier to search for places where containers are atually cleared in order to be recomputed.
This commit is contained in:
@@ -327,7 +327,6 @@ cmGeneratorTarget::~cmGeneratorTarget()
|
||||
cmDeleteAll(this->CompileDefinitionsEntries);
|
||||
cmDeleteAll(this->SourceEntries);
|
||||
cmDeleteAll(this->LinkInformation);
|
||||
this->LinkInformation.clear();
|
||||
}
|
||||
|
||||
cmLocalGenerator* cmGeneratorTarget::GetLocalGenerator() const
|
||||
|
||||
Reference in New Issue
Block a user