diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-12-07 21:38:37 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-12-07 21:38:37 (GMT) |
commit | 8e8c9e49243674579545d5f27101597604c96f12 (patch) | |
tree | 74138dba1e6f498d0e1f37943193058f1d5b0b09 /Source/cmMakefile.cxx | |
parent | 668e005db5d9cece95965e23b8c589bd50a29faa (diff) | |
download | CMake-8e8c9e49243674579545d5f27101597604c96f12.zip CMake-8e8c9e49243674579545d5f27101597604c96f12.tar.gz CMake-8e8c9e49243674579545d5f27101597604c96f12.tar.bz2 |
Don't check at destruction for usage
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index e22ade3..9ccde8f 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<cmInstallGenerator*>::iterator i = this->InstallGenerators.begin(); i != this->InstallGenerators.end(); ++i) |