summaryrefslogtreecommitdiff
path: root/src/sim/sim_events.hh
diff options
context:
space:
mode:
authorCurtis Dunham <Curtis.Dunham@arm.com>2015-03-26 11:16:44 -0400
committerCurtis Dunham <Curtis.Dunham@arm.com>2015-03-26 11:16:44 -0400
commita1164154ded6c1fa3c6a94f38abfcf96aefc20aa (patch)
tree0b38790cebe53104b0b4f14f2cb9bce4e557d18e /src/sim/sim_events.hh
parenta196dbe3bffb9cde0128902f07bbdab2d6269577 (diff)
downloadgem5-a1164154ded6c1fa3c6a94f38abfcf96aefc20aa.tar.xz
sim: Update limit_event reuse to final version
Matching final version on reviewboard.
Diffstat (limited to 'src/sim/sim_events.hh')
-rw-r--r--src/sim/sim_events.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sim/sim_events.hh b/src/sim/sim_events.hh
index 4d001f8f0..5be2609fd 100644
--- a/src/sim/sim_events.hh
+++ b/src/sim/sim_events.hh
@@ -71,11 +71,6 @@ class GlobalSimLoopExitEvent : public GlobalEvent
void process(); // process event
virtual const char *description() const;
-
- virtual ~GlobalSimLoopExitEvent() {
- // simulate()'s singleton GlobalSimLoopExitEvent is always scheduled
- deschedule();
- }
};
class LocalSimLoopExitEvent : public Event