Browse Source

BUG: fix warning and shadow variable

Bill Hoffman 21 years ago
parent
commit
7099db8d58
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmLocalUnixMakefileGenerator.cxx

+ 0 - 1
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)
       {