From 1b003c1f9542ec3bb638b1b16de6d85a424f1c53 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 30 Apr 2014 13:13:39 -0400 Subject: cmTarget: Remove an unused variable --- Source/cmTarget.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 59cc14c..058e661 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -6145,7 +6145,6 @@ void processILibs(const std::string& config, if (emitted.insert(tgt).second) { tgts.push_back(tgt); - std::vector ilibs; cmTarget::LinkInterface const* iface = tgt->GetLinkInterfaceLibraries(config, headTarget); if (iface) -- cgit v0.12