Ver código fonte

cmTarget: Remove an unused variable

Ben Boeckel 11 anos atrás
pai
commit
1b003c1f95
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      Source/cmTarget.cxx

+ 0 - 1
Source/cmTarget.cxx

@@ -6145,7 +6145,6 @@ void processILibs(const std::string& config,
     if (emitted.insert(tgt).second)
     if (emitted.insert(tgt).second)
       {
       {
       tgts.push_back(tgt);
       tgts.push_back(tgt);
-      std::vector<std::string> ilibs;
       cmTarget::LinkInterface const* iface =
       cmTarget::LinkInterface const* iface =
                           tgt->GetLinkInterfaceLibraries(config, headTarget);
                           tgt->GetLinkInterfaceLibraries(config, headTarget);
       if (iface)
       if (iface)