mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Eliminate dead variable.
This commit is contained in:
@@ -1961,7 +1961,6 @@ bool SILParser::parseSILInstruction(SILBasicBlock *BB, SILBuilder &B) {
|
||||
parseTypedValueRef(Val, AddrLoc, B) || parseSILDebugLocation(InstLoc, B))
|
||||
return true;
|
||||
|
||||
SILType Type = Val->getType();
|
||||
ResultVal = B.createLoad(InstLoc, Val, Qualifier);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user