[cfe-commits] r98691 - /cfe/trunk/lib/Lex/Lexer.cpp
Douglas Gregor
dgregor at apple.com
Tue Mar 16 15:54:33 PDT 2010
Author: dgregor
Date: Tue Mar 16 17:54:32 2010
New Revision: 98691
URL: http://llvm.org/viewvc/llvm-project?rev=98691&view=rev
Log:
Remove unused variable
Modified:
cfe/trunk/lib/Lex/Lexer.cpp
Modified: cfe/trunk/lib/Lex/Lexer.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/Lexer.cpp?rev=98691&r1=98690&r2=98691&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/Lexer.cpp (original)
+++ cfe/trunk/lib/Lex/Lexer.cpp Tue Mar 16 17:54:32 2010
@@ -163,7 +163,6 @@
// 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
// scratch buffer.
- bool Invalid = false;
const char *StrData = SM.getCharacterData(SpellingLoc);
L->BufferPtr = StrData;
More information about the cfe-commits
mailing list