diff options
-rw-r--r-- | Source/cmMakefile.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index e22ade3..9ccde8f 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -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) |