remove dead ivar

llvm-svn: 38607
This commit is contained in:
Chris Lattner 2006-07-02 21:17:13 +00:00
parent 69772b026e
commit ef0dbae5ab
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ struct LangOptions {
/// 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.