Преглед на файлове

Makefiles: Remove unused variable

Stephen Kelly преди 10 години
родител
ревизия
91a829c165
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 0 - 1
Source/cmLocalUnixMakefileGenerator3.cxx

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