Remove unused variable

llvm-svn: 98691
This commit is contained in:
Douglas Gregor 2010-03-16 22:54:32 +00:00
parent 82752ec843
commit 1668355e06
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ Lexer *Lexer::Create_PragmaLexer(SourceLocation SpellingLoc,
// Now that the lexer is created, change the start/end locations so that we // Now that the lexer is created, change the start/end locations so that we
// just lex the subsection of the file that we want. This is lexing from a // just lex the subsection of the file that we want. This is lexing from a
// scratch buffer. // scratch buffer.
bool Invalid = false;
const char *StrData = SM.getCharacterData(SpellingLoc); const char *StrData = SM.getCharacterData(SpellingLoc);
L->BufferPtr = StrData; L->BufferPtr = StrData;