Remove an unused function.

This commit is contained in:
Unknown W. Brackets 2016-05-28 10:47:39 -07:00
parent 419b960403
commit 25136eb019

View File

@ -1054,13 +1054,6 @@ int MIPSInterpret_RunUntil(u64 globalTicks)
return 1;
}
static inline void DelayBranchTo(MIPSState *curMips, u32 where)
{
curMips->pc += 4;
curMips->nextPC = where;
curMips->inDelaySlot = true;
}
const char *MIPSGetName(MIPSOpcode op)
{
static const char *noname = "unk";