diff options
Diffstat (limited to 'src/arch/mips/interrupts.hh')
-rwxr-xr-x | src/arch/mips/interrupts.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/mips/interrupts.hh b/src/arch/mips/interrupts.hh index c852bc9d0..8367bf91c 100755 --- a/src/arch/mips/interrupts.hh +++ b/src/arch/mips/interrupts.hh @@ -59,7 +59,6 @@ class Interrupts : public SimObject Interrupts(Params * p) : SimObject(p) { - newInfoSet = false; } void @@ -127,11 +126,6 @@ class Interrupts : public SimObject { fatal("Unserialization of Interrupts Unimplemented for MIPS"); } - - private: - bool newInfoSet; - int newIpl; - int newSummary; }; } |