mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-09 01:01:12 +00:00
cmMakefile: Remove unneeded container clears.
No need to do that in a destructor.
This commit is contained in:
@@ -161,9 +161,6 @@ cmMakefile::~cmMakefile()
|
||||
cmDeleteAll(this->FinalPassCommands);
|
||||
cmDeleteAll(this->FunctionBlockers);
|
||||
cmDeleteAll(this->EvaluationFiles);
|
||||
this->EvaluationFiles.clear();
|
||||
|
||||
this->FunctionBlockers.clear();
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user