mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-20 21:40:15 +08:00
Don't check at destruction for usage
This commit is contained in:
@@ -181,9 +181,6 @@ bool cmMakefile::NeedCacheCompatibility(int major, int minor)
|
||||
|
||||
cmMakefile::~cmMakefile()
|
||||
{
|
||||
// Check for unused variables
|
||||
this->CheckForUnusedVariables();
|
||||
|
||||
for(std::vector<cmInstallGenerator*>::iterator
|
||||
i = this->InstallGenerators.begin();
|
||||
i != this->InstallGenerators.end(); ++i)
|
||||
|
Reference in New Issue
Block a user