Browse Source

Don't check at destruction for usage

Ben Boeckel 15 years ago
parent
commit
8e8c9e4924
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Source/cmMakefile.cxx

+ 0 - 3
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)