From: Gabe Black Date: Fri, 10 Mar 2006 23:20:14 +0000 (-0500) Subject: Got rid of some dead code. X-Git-Tag: m5_2.0_beta1~194 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=731ea068abcfd93d31bd5df6a2851387b40983d8;p=gem5.git Got rid of some dead code. --HG-- extra : convert_revision : 591312f1e57953a3b03639cef1a3ff6bd08f5f67 --- 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.