From 731ea068abcfd93d31bd5df6a2851387b40983d8 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 10 Mar 2006 18:20:14 -0500 Subject: [PATCH] Got rid of some dead code. --HG-- extra : convert_revision : 591312f1e57953a3b03639cef1a3ff6bd08f5f67 --- arch/alpha/isa_traits.hh | 10 ---------- 1 file changed, 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. -- 2.30.2