diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index ec994f5..a567f83 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -385,7 +385,6 @@ void cmMakefile::ConfigureFinalPass() bool oldVersion = (!versionValue || atof(versionValue) < 1.4); // merge libraries - std::string notFoundVars; for (cmTargets::iterator l = m_Targets.begin(); l != m_Targets.end(); l++) { |