summaryrefslogtreecommitdiff
path: root/src/mem/ruby/network/simple/Switch.cc
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2014-02-20 17:27:07 -0600
committerNilay Vaish <nilay@cs.wisc.edu>2014-02-20 17:27:07 -0600
commitdb5b3d37fe9628dfe32c1114177d68ebadcea894 (patch)
treeb4c1b7acd7ce4841838d296cbf9a9e600fe1e400 /src/mem/ruby/network/simple/Switch.cc
parentdd5c72e5a7e09634c992092f80dafe82f4274d45 (diff)
downloadgem5-db5b3d37fe9628dfe32c1114177d68ebadcea894.tar.xz
ruby: network: removes unused code.
Diffstat (limited to 'src/mem/ruby/network/simple/Switch.cc')
-rw-r--r--src/mem/ruby/network/simple/Switch.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mem/ruby/network/simple/Switch.cc b/src/mem/ruby/network/simple/Switch.cc
index d5c32016e..1e153be76 100644
--- a/src/mem/ruby/network/simple/Switch.cc
+++ b/src/mem/ruby/network/simple/Switch.cc
@@ -116,12 +116,6 @@ Switch::getThrottle(LinkID link_number) const
return m_throttles[link_number];
}
-const vector<Throttle*>*
-Switch::getThrottles() const
-{
- return &m_throttles;
-}
-
void
Switch::regStats()
{