From 9bf22992ee1f5088ae5e513acaa7aabee048c4bd Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 8 Jul 2009 23:02:21 -0700 Subject: [PATCH] Alpha: Get rid of function prototypes with no implementations. --- src/arch/alpha/utility.hh | 4 ---- 1 file changed, 4 deletions(-) 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.