Power: Get rid of unused checkFpEnableFault.

This function was brought in from another ISA and doesn't actually do anything
or get used.
This commit is contained in:
Gabe Black
2010-08-23 16:14:23 -07:00
parent 943c171480
commit 7a6ed1b10b

View File

@@ -67,13 +67,6 @@ startupCPU(ThreadContext *tc, int cpuId)
tc->activate(0);
}
template <class XC>
Fault
checkFpEnableFault(XC *xc)
{
return NoFault;
}
void
copyRegs(ThreadContext *src, ThreadContext *dest);