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.
This commit is contained in:
Andreas Sandberg
2014-08-13 06:57:30 -04:00
parent 8d04e32a83
commit 8b8d991df0
5 changed files with 0 additions and 65 deletions

View File

@@ -51,9 +51,6 @@
*/
class MaltaIO : public BasicPioDevice
{
private:
struct tm tm;
protected:
class RTC : public MC146818