Remove dead code

Unused, old code that is intended to be removed should not be left in
comments -- that is what version control is for.
This commit is contained in:
Léo Lam
2018-03-31 14:56:27 +02:00
parent 329622120f
commit c82da2b978
6 changed files with 0 additions and 79 deletions

View File

@ -597,12 +597,6 @@ bool DSPAssembler::VerifyParams(const DSPOPCTemplate* opc, param_t* par, size_t
}
}
break;
/* case P_ACCM_D: //P_ACC_MID:
if ((int)par[i].val < 0x1e || (int)par[i].val > 0x1f)
{
ShowError(ERR_WRONG_PARAMETER_MID_ACC);
}
break;*/
}
continue;
}