summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-04-02 13:09:00 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-04-02 13:09:00 (GMT)
commit7099db8d5811fae4273d5404d61fa580902ee7c3 (patch)
tree056bdcb833d270a794e5b3e2ae0dbd8b90654d6b
parentc92c5e4e15f5f6297d9862d40f50af848acb7bfe (diff)
downloadCMake-7099db8d5811fae4273d5404d61fa580902ee7c3.zip
CMake-7099db8d5811fae4273d5404d61fa580902ee7c3.tar.gz
CMake-7099db8d5811fae4273d5404d61fa580902ee7c3.tar.bz2
BUG: fix warning and shadow variable
-rw-r--r--Source/cmLocalUnixMakefileGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
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)
{