diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 9ecc988..82b0129 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -831,8 +831,6 @@ void cmMakefile::ConfigureFinalPass() { l->second.FinishConfigure(); } - - this->GetCMakeInstance()->RunCheckForUnusedVariables("configure"); } //---------------------------------------------------------------------------- |