summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-03-03 21:52:22 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-03-03 21:52:22 +0000
commit15ceed9a9e2a4c2ccdda46fd885b4effe7bd3b94 (patch)
tree54337fda67f2b19afc469f6188fa7fd495a0fd34
parent0764a3fb72b5d1738e09adfc11b5d70d9bf3f947 (diff)
downloadbcm5719-llvm-15ceed9a9e2a4c2ccdda46fd885b4effe7bd3b94.tar.gz
bcm5719-llvm-15ceed9a9e2a4c2ccdda46fd885b4effe7bd3b94.zip
Remove unused variable.
llvm-svn: 151989
-rw-r--r--clang/lib/Lex/Pragma.cpp1
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);
OpenPOWER on IntegriCloud