diff options
Diffstat (limited to 'lib/Lex/Pragma.cpp')
-rw-r--r-- | lib/Lex/Pragma.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |