summaryrefslogtreecommitdiffstats
path: root/clang
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
commit5423c53b59d8e8b96bfed5260a8d1738571c08b7 (patch)
tree131ce840579aa613300772dd102ee11757c559ad /clang
parent17f09da0a4315f90636b43bbb17baa1c034d83d1 (diff)
downloadbcm5719-llvm-5423c53b59d8e8b96bfed5260a8d1738571c08b7.tar.gz
bcm5719-llvm-5423c53b59d8e8b96bfed5260a8d1738571c08b7.zip
Remove debugging variable I forgot to remove in my last commit.
llvm-svn: 61910
Diffstat (limited to 'clang')
-rw-r--r--clang/Driver/CacheTokens.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/Driver/CacheTokens.cpp b/clang/Driver/CacheTokens.cpp
index 8c3bf51f16d..f1ab50ef989 100644
--- a/clang/Driver/CacheTokens.cpp
+++ b/clang/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);
OpenPOWER on IntegriCloud