cmTarget: Remove needless iteration.

This is not a loop.
This commit is contained in:
Stephen Kelly 2015-05-18 21:57:31 +02:00
parent 18f810a865
commit 59ba1215b9
1 changed files with 0 additions and 1 deletions

View File

@ -1279,7 +1279,6 @@ void cmTarget::GetTllSignatureTraces(std::ostringstream &s,
{
s << line.str();
}
++i;
}
}
}