Got rid of some dead code.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 10 Mar 2006 23:20:14 +0000 (18:20 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 10 Mar 2006 23:20:14 +0000 (18:20 -0500)
--HG--
extra : convert_revision : 591312f1e57953a3b03639cef1a3ff6bd08f5f67

arch/alpha/isa_traits.hh

index 7881685e4a0337bdb30099d3fa752b0666668074..ea55583647487d1be1bce5be70f90695d03fc140 100644 (file)
@@ -218,16 +218,6 @@ extern const int reg_redir[NumIntRegs];
     void restoreMachineReg(RegFile &regs, const AnyReg &reg,
                                   int regnum);
 
-#if 0
-    static void serializeSpecialRegs(const Serializable::Proxy &proxy,
-                                     const RegFile &regs);
-
-    static void unserializeSpecialRegs(const IniFile *db,
-                                       const std::string &category,
-                                       ConfigNode *node,
-                                       RegFile &regs);
-#endif
-
     /**
      * Function to insure ISA semantics about 0 registers.
      * @param xc The execution context.