projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b3ad17
)
Ruby EventQueue: Remove unused functions
author
Nilay Vaish
<nilay@cs.wisc.edu>
Wed, 11 Jan 2012 19:31:04 +0000
(13:31 -0600)
committer
Nilay Vaish
<nilay@cs.wisc.edu>
Wed, 11 Jan 2012 19:31:04 +0000
(13:31 -0600)
src/mem/ruby/eventqueue/RubyEventQueue.hh
patch
|
blob
|
history
diff --git
a/src/mem/ruby/eventqueue/RubyEventQueue.hh
b/src/mem/ruby/eventqueue/RubyEventQueue.hh
index 20b44362af5fb45a516b99f58c62b4126d8e8026..67fe6131bfa42cf252400f500a2ecade2a7b3438 100644
(file)
--- a/
src/mem/ruby/eventqueue/RubyEventQueue.hh
+++ b/
src/mem/ruby/eventqueue/RubyEventQueue.hh
@@
-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);