STYLE: Remove unused variable

This commit is contained in:
Brad King 2009-06-25 09:43:19 -04:00
parent ef756b96e4
commit b9a98ef65b
1 changed files with 0 additions and 1 deletions

View File

@ -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 =