Ruby EventQueue: Remove unused functions
This commit is contained in:
parent
8b3ad17cc3
commit
17fc60ee88
1 changed files with 0 additions and 4 deletions
|
@ -58,7 +58,6 @@
|
|||
|
||||
#include <iostream>
|
||||
|
||||
#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);
|
||||
|
|
Loading…
Reference in a new issue