From a41f17b40e5a1fd121539414abab4e4451199e3e Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sat, 17 Feb 2007 22:11:21 -0800 Subject: Remove the event_ignore stuff since it was never really used --HG-- extra : convert_revision : ef5f3492e8232d08af7e1eae64ba96c79ca14b6f --- src/sim/sim_object.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sim/sim_object.hh') 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); }; -- cgit v1.2.3