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/dev/mips/malta_io.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/dev/mips/malta_io.hh') diff --git a/src/dev/mips/malta_io.hh b/src/dev/mips/malta_io.hh index 9f49f20cc..f74d42da4 100755 --- a/src/dev/mips/malta_io.hh +++ b/src/dev/mips/malta_io.hh @@ -51,9 +51,6 @@ */ class MaltaIO : public BasicPioDevice { - private: - struct tm tm; - protected: class RTC : public MC146818 -- cgit v1.2.3