From 1814853081b871dc04e20e0debb2d41055e5cb5c Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 14 Nov 2023 11:22:34 -0500 Subject: cmCommonTargetGenerator: Drop unused local variable --- Source/cmCommonTargetGenerator.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmCommonTargetGenerator.cxx b/Source/cmCommonTargetGenerator.cxx index b13576a..23176df 100644 --- a/Source/cmCommonTargetGenerator.cxx +++ b/Source/cmCommonTargetGenerator.cxx @@ -171,7 +171,6 @@ std::vector cmCommonTargetGenerator::GetLinkedTargetDirectories( cmGlobalCommonGenerator* const gg = this->GlobalCommonGenerator; if (cmComputeLinkInformation* cli = this->GeneratorTarget->GetLinkInformation(config)) { - std::vector targets; for (auto const& item : cli->GetItems()) { auto const* linkee = item.Target; if (linkee && -- cgit v0.12