Alpha: Get rid of function prototypes with no implementations.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 9 Jul 2009 06:02:21 +0000 (23:02 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 9 Jul 2009 06:02:21 +0000 (23:02 -0700)
src/arch/alpha/utility.hh

index 76c6c57261175c22025e3685657298864fade183..f20025f1811883f2db498327fa4be626fe163b54 100644 (file)
@@ -111,10 +111,6 @@ makeRegisterCopy(int dest, int src)
     return 0;
 }
 
-// Machine operations
-void saveMachineReg(AnyReg &savereg, const RegFile &reg_file, int regnum);
-void restoreMachineReg(RegFile &regs, const AnyReg &reg, int regnum);
-
 /**
  * Function to insure ISA semantics about 0 registers.
  * @param tc The thread context.