aboutsummaryrefslogtreecommitdiff
path: root/Driver/CacheTokens.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Driver/CacheTokens.cpp')
-rw-r--r--Driver/CacheTokens.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Driver/CacheTokens.cpp b/Driver/CacheTokens.cpp
index 8c3bf51f16..f1ab50ef98 100644
--- a/Driver/CacheTokens.cpp
+++ b/Driver/CacheTokens.cpp
@@ -425,7 +425,6 @@ void PTHWriter::EmitCachedSpellings() {
Emit32(n);
for (unsigned i = 0; i < n; ++i) {
- ++count;
// Write out the offset of the token within the source file.
Emit32(spellings[i].first);