changeset 2854ed06ce05 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=2854ed06ce05
description:
        Ruby EventQueue: Remove unused functions

diffstat:

 src/mem/ruby/eventqueue/RubyEventQueue.hh |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 9a2ac57eb22c -r 2854ed06ce05 src/mem/ruby/eventqueue/RubyEventQueue.hh
--- a/src/mem/ruby/eventqueue/RubyEventQueue.hh Wed Jan 11 13:29:54 2012 -0600
+++ b/src/mem/ruby/eventqueue/RubyEventQueue.hh Wed Jan 11 13:31:04 2012 -0600
@@ -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 @@
     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);
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to