diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-10 18:20:14 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-10 18:20:14 -0500 |
commit | 731ea068abcfd93d31bd5df6a2851387b40983d8 (patch) | |
tree | 33a89d79bef97dd8327f677a8fb11aa318e4613e /arch | |
parent | 008bca4cad23a2f9179c360df89ebabf8ca9d5b4 (diff) | |
download | gem5-731ea068abcfd93d31bd5df6a2851387b40983d8.tar.xz |
Got rid of some dead code.
--HG--
extra : convert_revision : 591312f1e57953a3b03639cef1a3ff6bd08f5f67
Diffstat (limited to 'arch')
-rw-r--r-- | arch/alpha/isa_traits.hh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/alpha/isa_traits.hh b/arch/alpha/isa_traits.hh index 7881685e4..ea5558364 100644 --- a/arch/alpha/isa_traits.hh +++ b/arch/alpha/isa_traits.hh @@ -218,16 +218,6 @@ extern const int reg_redir[NumIntRegs]; void restoreMachineReg(RegFile ®s, const AnyReg ®, int regnum); -#if 0 - static void serializeSpecialRegs(const Serializable::Proxy &proxy, - const RegFile ®s); - - static void unserializeSpecialRegs(const IniFile *db, - const std::string &category, - ConfigNode *node, - RegFile ®s); -#endif - /** * Function to insure ISA semantics about 0 registers. * @param xc The execution context. |