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);
       


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to