From: Benjamin Kramer Date: Sat, 3 Mar 2012 21:52:22 +0000 (+0000) Subject: Remove unused variable. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7eb7d99d75ac0239b787f217d57fc3235c0ff957;p=clang Remove unused variable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151989 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Lex/Pragma.cpp b/lib/Lex/Pragma.cpp index 8a8789be0a..046a4d02f0 100644 --- a/lib/Lex/Pragma.cpp +++ b/lib/Lex/Pragma.cpp @@ -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);