Power: Get rid of unused checkFpEnableFault.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 23 Aug 2010 23:14:23 +0000 (16:14 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 23 Aug 2010 23:14:23 +0000 (16:14 -0700)
This function was brought in from another ISA and doesn't actually do anything
or get used.

src/arch/power/utility.hh

index aff6fda78ad3737cf1591b96be5cc26b82b74b4e..7245db511b9e3861941629c51241955c24462119 100644 (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);