Alpha: Get rid of function prototypes with no implementations.
This commit is contained in:
parent
43345bff6c
commit
9bf22992ee
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue