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

View File

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