]> granicus.if.org Git - clang/commitdiff
Remove debugging variable I forgot to remove in my last commit.
authorTed Kremenek <kremenek@apple.com>
Thu, 8 Jan 2009 02:44:52 +0000 (02:44 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 8 Jan 2009 02:44:52 +0000 (02:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61910 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/CacheTokens.cpp

index 8c3bf51f16d69b35380c3e2699b6a473364a6d7a..f1ab50ef98971a0e8ae2644ddc3f38cc5eedfaa1 100644 (file)
@@ -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);