]> granicus.if.org Git - clang/commitdiff
Remove unused variable
authorDouglas Gregor <dgregor@apple.com>
Tue, 16 Mar 2010 22:54:32 +0000 (22:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 16 Mar 2010 22:54:32 +0000 (22:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98691 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Lexer.cpp

index 60a1707fb396665b990ae54f4321d77375a4d744..2f89142409a04f96f7a8f5b1fc7a1504d8071274 100644 (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
   // 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;