]> granicus.if.org Git - clang/commitdiff
Remove unused variable.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 3 Mar 2012 21:52:22 +0000 (21:52 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 3 Mar 2012 21:52:22 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151989 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Pragma.cpp

index 8a8789be0a842f1b8e85566db408ab8a5ea1c4a5..046a4d02f0ab46e4363d53408ff8126284eb88dc 100644 (file)
@@ -668,7 +668,6 @@ void Preprocessor::HandlePragmaIncludeAlias(Token &Tok) {
   // 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);