Browse Source

STYLE: Remove unused variable

Brad King 16 years ago
parent
commit
b9a98ef65b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 0 - 1
Source/cmLocalUnixMakefileGenerator3.cxx

@@ -126,7 +126,6 @@ void cmLocalUnixMakefileGenerator3::Generate()
 
   // Generate the rule files for each target.
   cmTargets& targets = this->Makefile->GetTargets();
-  std::string empty;
   for(cmTargets::iterator t = targets.begin(); t != targets.end(); ++t)
     {
     cmMakefileTargetGenerator *tg =