From 8b8d991df053dad34cd490db6c8e7c94b5413290 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Wed, 13 Aug 2014 06:57:30 -0400 Subject: mips: Remove unused private members to fix compile-time warning Certain versions of clang complain about unused private members if they are not used. This changeset removes such members from the MIPS-specific classes to silence the warning. --- src/arch/mips/interrupts.hh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/arch/mips/interrupts.hh') 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; }; } -- cgit v1.2.3