Selaa lähdekoodia

Makefiles: Remove unused variable

Stephen Kelly 10 vuotta sitten
vanhempi
sitoutus
91a829c165
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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)