From 94b11a6ee476a4a57eed618fbf136f08a27f5d20 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Sat, 1 Feb 2003 16:39:39 -0500 Subject: ENH: fix warning --- Source/cmMakefile.cxx | 1 - 1 file changed, 1 deletion(-) 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++) { -- cgit v0.12