fix unused variable

Esse commit está contido em:
Paul Tarjan
2013-05-17 16:04:21 -07:00
commit de Sara Golemon
commit f9f0d8a4f1
@@ -4839,7 +4839,6 @@ void CodeGenerator::cgInterpOne(IRInstruction* inst) {
SSATmp* sp = inst->getSrc(1);
SSATmp* pcOffTmp = inst->getSrc(2);
SSATmp* spAdjustmentTmp = inst->getSrc(3);
Type resultType = inst->getTypeParam();
int64_t pcOff = pcOffTmp->getValInt();
auto opc = *(getCurFunc()->unit()->at(pcOff));