summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-04-30 17:13:39 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2014-06-09 18:45:35 (GMT)
commit1b003c1f9542ec3bb638b1b16de6d85a424f1c53 (patch)
tree809b6c6060522bce84efa46b34142ecbb7754d39 /Source
parent7492a7b8465d28c7f4377372153ef1e10ff336d5 (diff)
downloadCMake-1b003c1f9542ec3bb638b1b16de6d85a424f1c53.zip
CMake-1b003c1f9542ec3bb638b1b16de6d85a424f1c53.tar.gz
CMake-1b003c1f9542ec3bb638b1b16de6d85a424f1c53.tar.bz2
cmTarget: Remove an unused variable
Diffstat (limited to 'Source')
-rw-r--r--Source/cmTarget.cxx1
1 files changed, 0 insertions, 1 deletions
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<std::string> ilibs;
cmTarget::LinkInterface const* iface =
tgt->GetLinkInterfaceLibraries(config, headTarget);
if (iface)