From 8e8c9e49243674579545d5f27101597604c96f12 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 7 Dec 2010 16:38:37 -0500 Subject: [PATCH] Don't check at destruction for usage --- Source/cmMakefile.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index e22ade37a..9ccde8f59 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::iterator i = this->InstallGenerators.begin(); i != this->InstallGenerators.end(); ++i)