From: Gabe Black Date: Thu, 9 Jul 2009 06:02:21 +0000 (-0700) Subject: Alpha: Get rid of function prototypes with no implementations. X-Git-Tag: Calvin_Submission~219^2~13 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9bf22992ee1f5088ae5e513acaa7aabee048c4bd;p=gem5.git Alpha: Get rid of function prototypes with no implementations. --- diff --git a/src/arch/alpha/utility.hh b/src/arch/alpha/utility.hh index 76c6c5726..f20025f18 100644 --- a/src/arch/alpha/utility.hh +++ b/src/arch/alpha/utility.hh @@ -111,10 +111,6 @@ makeRegisterCopy(int dest, int src) return 0; } -// Machine operations -void saveMachineReg(AnyReg &savereg, const RegFile ®_file, int regnum); -void restoreMachineReg(RegFile ®s, const AnyReg ®, int regnum); - /** * Function to insure ISA semantics about 0 registers. * @param tc The thread context.