diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 9ecc988bce..82b012999f 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -831,8 +831,6 @@ void cmMakefile::ConfigureFinalPass() { l->second.FinishConfigure(); } - - this->GetCMakeInstance()->RunCheckForUnusedVariables("configure"); } //----------------------------------------------------------------------------