[cfe-commits] r38607 - /cfe/cfe/trunk/include/clang/Lex/Lexer.h

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:23:09 PDT 2007


Author: sabre
Date: Wed Jul 11 11:23:09 2007
New Revision: 38607

URL: http://llvm.org/viewvc/llvm-project?rev=38607&view=rev
Log:
remove dead ivar

Modified:
    cfe/cfe/trunk/include/clang/Lex/Lexer.h

Modified: cfe/cfe/trunk/include/clang/Lex/Lexer.h
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/Lex/Lexer.h?rev=38607&r1=38606&r2=38607&view=diff

==============================================================================
--- cfe/cfe/trunk/include/clang/Lex/Lexer.h (original)
+++ cfe/cfe/trunk/include/clang/Lex/Lexer.h Wed Jul 11 11:23:09 2007
@@ -51,7 +51,6 @@
 /// or buffering/seeking of tokens, only forward lexing is supported.  It relies
 /// on the specified Preprocessor object to handle preprocessor directives, etc.
 class Lexer {
-  char PeekCharacter;            // The current char we are peeking ahead.
   const char *BufferPtr;         // Current pointer into the buffer.
   const char * const BufferStart;// Start of the buffer.
   const char * const BufferEnd;  // End of the buffer.





More information about the cfe-commits mailing list