Explorar o código

cmExportTryCompileFileGenerator: Remove unused variable.

Stephen Kelly %!s(int64=10) %!d(string=hai) anos
pai
achega
e133e40937
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      Source/cmExportTryCompileFileGenerator.cxx

+ 0 - 2
Source/cmExportTryCompileFileGenerator.cxx

@@ -99,8 +99,6 @@ cmExportTryCompileFileGenerator::PopulateProperties(cmTarget const* target,
         || i->first.find("IMPORTED_LINK_DEPENDENT_LIBRARIES") == 0
         || i->first.find("INTERFACE_LINK_LIBRARIES") == 0)
       {
-      const std::string libs = i->second.GetValue();
-
       std::string evalResult = this->FindTargets(i->first,
                                                  target, emitted);