diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-03-03 21:52:22 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-03-03 21:52:22 +0000 |
| commit | 15ceed9a9e2a4c2ccdda46fd885b4effe7bd3b94 (patch) | |
| tree | 54337fda67f2b19afc469f6188fa7fd495a0fd34 | |
| parent | 0764a3fb72b5d1738e09adfc11b5d70d9bf3f947 (diff) | |
| download | bcm5719-llvm-15ceed9a9e2a4c2ccdda46fd885b4effe7bd3b94.tar.gz bcm5719-llvm-15ceed9a9e2a4c2ccdda46fd885b4effe7bd3b94.zip | |
Remove unused variable.
llvm-svn: 151989
| -rw-r--r-- | clang/lib/Lex/Pragma.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Lex/Pragma.cpp b/clang/lib/Lex/Pragma.cpp index 8a8789be0a8..046a4d02f0a 100644 --- a/clang/lib/Lex/Pragma.cpp +++ b/clang/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); |

