Browse Source

remove unused variables

Robert Maynard 3 years ago
parent
commit
4a552ab4ad
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmLinkLineDeviceComputer.cxx

+ 0 - 1
Source/cmLinkLineDeviceComputer.cxx

@@ -57,7 +57,6 @@ bool cmLinkLineDeviceComputer::ComputeRequiresDeviceLinking(
   // For this we only consider targets
   using ItemVector = cmComputeLinkInformation::ItemVector;
   ItemVector const& items = cli.GetItems();
-  std::string config = cli.GetConfig();
   return std::any_of(
     items.begin(), items.end(),
     [](cmComputeLinkInformation::Item const& item) -> bool {