cmTarget: Remove needless iteration.
This is not a loop.
This commit is contained in:
parent
18f810a865
commit
59ba1215b9
@ -1279,7 +1279,6 @@ void cmTarget::GetTllSignatureTraces(std::ostringstream &s,
|
|||||||
{
|
{
|
||||||
s << line.str();
|
s << line.str();
|
||||||
}
|
}
|
||||||
++i;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user