Skip to content

Commit b445c71

Browse files
committed
ifpscc: remove unused variable
1 parent c86906c commit b445c71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

LibIFPSCC/CGen/TypeCast.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ public override Operand CGenValue(CGenState state, Operand retLoc)
134134
const ushort VT_UNKNOWN = 0x0d;
135135
state.CurrInsns.Add(Instruction.Create(OpCodes.Sub, varType, Operand.Create(VT_UNKNOWN)));
136136

137-
var insnUnknown = Instruction.Create(OpCodes.PushType, state.TypeIDispatch);
138137
var insnEnd = Instruction.Create(OpCodes.Assign, op, ret);
139138

140139
state.CurrInsns.Add(Instruction.Create(OpCodes.JumpNZ, insnEnd, varType));

0 commit comments

Comments
 (0)