Pārlūkot izejas kodu

Makefiles: Remove unused variable

Stephen Kelly 10 gadi atpakaļ
vecāks
revīzija
91a829c165
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 0 - 1
Source/cmLocalUnixMakefileGenerator3.cxx

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