diff options
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 8a8c163..d450a81 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -1279,7 +1279,6 @@ void cmTarget::GetTllSignatureTraces(std::ostringstream &s, { s << line.str(); } - ++i; } } } |