Don't check at destruction for usage
This commit is contained in:
parent
668e005db5
commit
8e8c9e4924
@ -181,9 +181,6 @@ bool cmMakefile::NeedCacheCompatibility(int major, int minor)
|
|||||||
|
|
||||||
cmMakefile::~cmMakefile()
|
cmMakefile::~cmMakefile()
|
||||||
{
|
{
|
||||||
// Check for unused variables
|
|
||||||
this->CheckForUnusedVariables();
|
|
||||||
|
|
||||||
for(std::vector<cmInstallGenerator*>::iterator
|
for(std::vector<cmInstallGenerator*>::iterator
|
||||||
i = this->InstallGenerators.begin();
|
i = this->InstallGenerators.begin();
|
||||||
i != this->InstallGenerators.end(); ++i)
|
i != this->InstallGenerators.end(); ++i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user