Makefiles: Remove unused variable

This commit is contained in:
Stephen Kelly 2015-10-22 01:12:38 +02:00
parent e021388222
commit 91a829c165
1 changed files with 0 additions and 1 deletions

View File

@ -173,7 +173,6 @@ void cmLocalUnixMakefileGenerator3::ComputeObjectFilenames(
void cmLocalUnixMakefileGenerator3::
GetLocalObjectFiles(std::map<std::string, LocalObjectInfo> &localObjectFiles)
{
std::set<std::string> emitted;
std::vector<cmGeneratorTarget*> targets = this->GetGeneratorTargets();
for(std::vector<cmGeneratorTarget*>::iterator ti = targets.begin();
ti != targets.end(); ++ti)