From 7099db8d5811fae4273d5404d61fa580902ee7c3 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 2 Apr 2004 08:09:00 -0500 Subject: BUG: fix warning and shadow variable --- Source/cmLocalUnixMakefileGenerator.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index 5cb89d3..1be3a9f 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/Source/cmLocalUnixMakefileGenerator.cxx @@ -1371,7 +1371,6 @@ void cmLocalUnixMakefileGenerator::OutputExecutableRule(std::ostream& fout, if(m_UseRelativePaths) { cmSystemTools::ConvertToUnixSlashes(target); - bool needsLocalTarget = false; std::string tgt = this->ConvertToMakeTarget(target.c_str()); if(tgt.find('/', 0) != tgt.npos) { -- cgit v0.12