Alpha: Get rid of function prototypes with no implementations.

This commit is contained in:
Gabe Black 2009-07-08 23:02:21 -07:00
parent 43345bff6c
commit 9bf22992ee

View 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.