Browse Source

Makefiles: Remove unused variable

Stephen Kelly 10 năm trước cách đây
mục cha
commit
91a829c165
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)