summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-07-08 23:02:21 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-07-08 23:02:21 -0700
commit9bf22992ee1f5088ae5e513acaa7aabee048c4bd (patch)
treeab87996d9c7b7b27d3959d84057ecfd734fa9bb5 /src/arch
parent43345bff6c4ee2fd5a35760776898eefa690329e (diff)
downloadgem5-9bf22992ee1f5088ae5e513acaa7aabee048c4bd.tar.xz
Alpha: Get rid of function prototypes with no implementations.
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/alpha/utility.hh4
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 &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.