mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
remove unused variables
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user