From: Gabe Black Date: Mon, 23 Aug 2010 23:14:23 +0000 (-0700) Subject: Power: Get rid of unused checkFpEnableFault. X-Git-Tag: stable_2012_02_02~867 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a6ed1b10bd483589e474985bc664233d3a43e35;p=gem5.git Power: Get rid of unused checkFpEnableFault. This function was brought in from another ISA and doesn't actually do anything or get used. --- diff --git a/src/arch/power/utility.hh b/src/arch/power/utility.hh index aff6fda78..7245db511 100644 --- a/src/arch/power/utility.hh +++ b/src/arch/power/utility.hh @@ -67,13 +67,6 @@ startupCPU(ThreadContext *tc, int cpuId) tc->activate(0); } -template -Fault -checkFpEnableFault(XC *xc) -{ - return NoFault; -} - void copyRegs(ThreadContext *src, ThreadContext *dest);