Got rid of some dead code.

--HG--
extra : convert_revision : 591312f1e57953a3b03639cef1a3ff6bd08f5f67
This commit is contained in:
Gabe Black
2006-03-10 18:20:14 -05:00
parent 008bca4cad
commit 731ea068ab

View 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.