[cfe-commits] r151989 - /cfe/trunk/lib/Lex/Pragma.cpp

Benjamin Kramer benny.kra at googlemail.com
Sat Mar 3 13:52:22 PST 2012


Author: d0k
Date: Sat Mar  3 15:52:22 2012
New Revision: 151989

URL: http://llvm.org/viewvc/llvm-project?rev=151989&view=rev
Log:
Remove unused variable.

Modified:
    cfe/trunk/lib/Lex/Pragma.cpp

Modified: cfe/trunk/lib/Lex/Pragma.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/Pragma.cpp?rev=151989&r1=151988&r2=151989&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/Pragma.cpp (original)
+++ cfe/trunk/lib/Lex/Pragma.cpp Sat Mar  3 15:52:22 2012
@@ -668,7 +668,6 @@
   // have to track which we got.  The first filename is the source name,
   // and the second name is the mapped filename.  If the first is quoted,
   // the second must be as well (cannot mix and match quotes and brackets).
-  SourceLocation Loc = Tok.getLocation();
 
   // Get the open paren
   Lex(Tok);





More information about the cfe-commits mailing list