diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2009-07-08 23:02:21 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2009-07-08 23:02:21 -0700 |
commit | 9bf22992ee1f5088ae5e513acaa7aabee048c4bd (patch) | |
tree | ab87996d9c7b7b27d3959d84057ecfd734fa9bb5 /src | |
parent | 43345bff6c4ee2fd5a35760776898eefa690329e (diff) | |
download | gem5-9bf22992ee1f5088ae5e513acaa7aabee048c4bd.tar.xz |
Alpha: Get rid of function prototypes with no implementations.
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/alpha/utility.hh | 4 |
1 files changed, 0 insertions, 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. |