summaryrefslogtreecommitdiff
path: root/src/sim/sim_events.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/sim_events.hh')
-rw-r--r--src/sim/sim_events.hh14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/sim/sim_events.hh b/src/sim/sim_events.hh
index ffd31f385..17e2cc202 100644
--- a/src/sim/sim_events.hh
+++ b/src/sim/sim_events.hh
@@ -90,19 +90,5 @@ class CountedExitEvent : public Event
virtual const char *description() const;
};
-//
-// Event to check swap usage
-//
-class CheckSwapEvent : public Event
-{
- private:
- int interval;
-
- public:
- CheckSwapEvent(int ival);
- void process(); // process event
-
- virtual const char *description() const;
-};
#endif // __SIM_SIM_EVENTS_HH__