ISA: Get rid of FlattenIntIndex function.

This commit is contained in:
Gabe Black 2009-02-25 10:22:09 -08:00
parent c1c61d52a0
commit 44d5351071
2 changed files with 0 additions and 4 deletions

View file

@ -71,8 +71,6 @@ namespace SparcISA
void clear();
int FlattenIntIndex(int reg);
MiscReg readMiscRegNoEffect(int miscReg);
MiscReg readMiscReg(int miscReg, ThreadContext *tc);

View file

@ -97,8 +97,6 @@ namespace X86ISA
void clear();
int FlattenIntIndex(int reg);
MiscReg readMiscRegNoEffect(int miscReg);
MiscReg readMiscReg(int miscReg, ThreadContext *tc);