summaryrefslogtreecommitdiff
path: root/src/mem/ruby/network/simple/Throttle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/network/simple/Throttle.cc')
-rw-r--r--src/mem/ruby/network/simple/Throttle.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mem/ruby/network/simple/Throttle.cc b/src/mem/ruby/network/simple/Throttle.cc
index 1cfe88987..ce69c47be 100644
--- a/src/mem/ruby/network/simple/Throttle.cc
+++ b/src/mem/ruby/network/simple/Throttle.cc
@@ -204,8 +204,6 @@ void Throttle::wakeup()
// Update the predictor
Time current_time = g_eventQueue_ptr->getTime();
while ((current_time - m_last_bandwidth_sample) > ADJUST_INTERVAL) {
- double utilization = m_bandwidth_since_sample/double(ADJUST_INTERVAL * getLinkBandwidth());
-
// Used less bandwidth
m_bash_counter--;