From: Nilay Vaish Date: Wed, 11 Jan 2012 19:31:04 +0000 (-0600) Subject: Ruby EventQueue: Remove unused functions X-Git-Tag: stable_2012_06_28~275^2~13 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17fc60ee88cf6cc6d0e703e04a90951f77cf48da;p=gem5.git Ruby EventQueue: Remove unused functions --- diff --git a/src/mem/ruby/eventqueue/RubyEventQueue.hh b/src/mem/ruby/eventqueue/RubyEventQueue.hh index 20b44362a..67fe6131b 100644 --- a/src/mem/ruby/eventqueue/RubyEventQueue.hh +++ b/src/mem/ruby/eventqueue/RubyEventQueue.hh @@ -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 @@ class RubyEventQueue : public EventManager 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);