diff -r 4c010e2b63ec -r cb730fd07f83 src/mem/ruby/eventqueue/RubyEventQueue.hh --- a/src/mem/ruby/eventqueue/RubyEventQueue.hh Tue Jan 03 18:37:46 2012 -0600 +++ b/src/mem/ruby/eventqueue/RubyEventQueue.hh Tue Jan 03 18:39:43 2012 -0600 @@ -58,7 +58,6 @@ #include -#include "config/no_vector_bounds_checks.hh" #include "mem/ruby/common/TypeDefines.hh" #include "sim/eventq.hh" @@ -77,9 +76,6 @@ void scheduleEventAbsolute(Consumer* consumer, Time timeAbs); void print(std::ostream& out) const; - void triggerEvents(Time t) { assert(0); } - void triggerAllEvents() { assert(0); } - private: // Private copy constructor and assignment operator RubyEventQueue(const RubyEventQueue& obj);