summaryrefslogtreecommitdiff
path: root/src/sim/sim_object.hh
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2007-02-17 22:11:21 -0800
committerNathan Binkert <binkertn@umich.edu>2007-02-17 22:11:21 -0800
commita41f17b40e5a1fd121539414abab4e4451199e3e (patch)
tree8e19c38cf4f8faa98dff22cf8049abebfc2ac825 /src/sim/sim_object.hh
parent8c1c68a31ec0d2ab58ddc610aeeaddc14fa61cd3 (diff)
downloadgem5-a41f17b40e5a1fd121539414abab4e4451199e3e.tar.xz
Remove the event_ignore stuff since it was never really used
--HG-- extra : convert_revision : ef5f3492e8232d08af7e1eae64ba96c79ca14b6f
Diffstat (limited to 'src/sim/sim_object.hh')
-rw-r--r--src/sim/sim_object.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sim/sim_object.hh b/src/sim/sim_object.hh
index 93802e247..536e761e5 100644
--- a/src/sim/sim_object.hh
+++ b/src/sim/sim_object.hh
@@ -136,7 +136,6 @@ class SimObject : public Serializable, protected StartupCallback
#endif
public:
- bool doRecordEvent;
void recordEvent(const std::string &stat);
};