Skip to content

Commit 3bee366

Browse files
committed
Unused variables
1 parent f1903e0 commit 3bee366

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/AsmParser/LLParser.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6563,7 +6563,6 @@ bool LLParser::parseDebugRecord(DbgRecord *&DR, PerFunctionState &PFS) {
65636563
return true;
65646564

65656565
// Parse Expression field.
6566-
LocTy ExprLoc = Lex.getLoc();
65676566
MDNode *Expression;
65686567
if (parseMDNode(Expression))
65696568
return true;
@@ -6588,7 +6587,6 @@ bool LLParser::parseDebugRecord(DbgRecord *&DR, PerFunctionState &PFS) {
65886587
return true;
65896588

65906589
// Parse address DIExpression.
6591-
LocTy AddressExprLoc = Lex.getLoc();
65926590
if (parseMDNode(AddressExpression))
65936591
return true;
65946592
if (parseToken(lltok::comma, "Expected ',' here"))

0 commit comments

Comments
 (0)