aboutsummaryrefslogtreecommitdiff
path: root/Driver/CacheTokens.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-01-08 02:44:52 +0000
committerTed Kremenek <kremenek@apple.com>2009-01-08 02:44:52 +0000
commit500bab244c7f50779ba9dcf7cf0a5537854dd73f (patch)
tree25b129791d2eee77a51981a7a10ea4cde47aee9d /Driver/CacheTokens.cpp
parentbe29533f573f0f3d72401d2ed3b1fb627a97aafe (diff)
Remove debugging variable I forgot to remove in my last commit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61910 91177308-0d34-0410-b5e6-96231b3b80d8
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);