cmTarget: Remove an unused variable

This commit is contained in:
Ben Boeckel 2014-04-30 13:13:39 -04:00
parent 7492a7b846
commit 1b003c1f95
1 changed files with 0 additions and 1 deletions

View File

@ -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)