From b5e4c3cbf2de32e18029b44b16b307a773b6ecf7 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Sun, 21 Mar 2010 21:22:21 -0700 Subject: ruby: Finally removed bash code cira. 2001ish! --- src/mem/ruby/network/simple/Throttle.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mem/ruby/network/simple/Throttle.hh') diff --git a/src/mem/ruby/network/simple/Throttle.hh b/src/mem/ruby/network/simple/Throttle.hh index 7b6d04353..20aeed820 100644 --- a/src/mem/ruby/network/simple/Throttle.hh +++ b/src/mem/ruby/network/simple/Throttle.hh @@ -63,7 +63,6 @@ public: // Public Methods void addLinks(const Vector& in_vec, const Vector& out_vec); void wakeup(); - bool broadcastBandwidthAvailable(int rand) const; void printStats(ostream& out) const; void clearStats(); @@ -96,9 +95,6 @@ private: Vector m_units_remaining; int m_sID; NodeID m_node; - int m_bash_counter; - int m_bandwidth_since_sample; - Time m_last_bandwidth_sample; int m_link_bandwidth_multiplier; int m_link_latency; int m_wakeups_wo_switch; -- cgit v1.2.3