[cfe-commits] r61910 - /cfe/trunk/Driver/CacheTokens.cpp
    Ted Kremenek 
    kremenek at apple.com
       
    Wed Jan  7 18:44:52 PST 2009
    
    
  
Author: kremenek
Date: Wed Jan  7 20:44:52 2009
New Revision: 61910
URL: http://llvm.org/viewvc/llvm-project?rev=61910&view=rev
Log:
Remove debugging variable I forgot to remove in my last commit.
Modified:
    cfe/trunk/Driver/CacheTokens.cpp
Modified: cfe/trunk/Driver/CacheTokens.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/CacheTokens.cpp?rev=61910&r1=61909&r2=61910&view=diff
==============================================================================
--- cfe/trunk/Driver/CacheTokens.cpp (original)
+++ cfe/trunk/Driver/CacheTokens.cpp Wed Jan  7 20:44:52 2009
@@ -425,7 +425,6 @@
     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);
       
    
    
More information about the cfe-commits
mailing list