Browse Source

Don't check for unused vars at configure time

The generate step should catch all of them.
Ben Boeckel 15 years ago
parent
commit
fd50f06b21
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/cmMakefile.cxx

+ 0 - 2
Source/cmMakefile.cxx

@@ -831,8 +831,6 @@ void cmMakefile::ConfigureFinalPass()
     {
     l->second.FinishConfigure();
     }
-
-  this->GetCMakeInstance()->RunCheckForUnusedVariables("configure");
 }
 
 //----------------------------------------------------------------------------