MIPS: Many style fixes.
[gem5.git] / src / arch / mips / bare_iron / system.hh
index e593f832ca0959f06f8f2e71156c0a83d6d9b995..e7a4980128f90d09f2d385b32ed9097a6b107ef8 100755 (executable)
 #ifndef __ARCH_MIPS_BARE_IRON_SYSTEM_HH__
 #define __ARCH_MIPS_BARE_IRON_SYSTEM_HH__
 
-class ThreadContext;
-
-class BreakPCEvent;
-class IdleStartEvent;
-
 #include "arch/mips/system.hh"
 #include "params/BareIronMipsSystem.hh"
 
@@ -46,15 +41,9 @@ class IdleStartEvent;
  */
 class BareIronMipsSystem : public MipsSystem
 {
-  private:
-
-
   public:
     static const int CommandLineSize = 256;
 
-  private:
-
-  public:
     BareIronMipsSystem(Params *p);
     ~BareIronMipsSystem();
 };