summaryrefslogtreecommitdiffstats
path: root/lib/Lex
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
commit7eb7d99d75ac0239b787f217d57fc3235c0ff957 (patch)
tree589efeb314af0d187ecddd53a539a796a9d6ec93 /lib/Lex
parent3fd808742e3a6e1f6d43576783d48884c4c73199 (diff)
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex')
-rw-r--r--lib/Lex/Pragma.cpp1
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);