summaryrefslogtreecommitdiff
path: root/src/mem/ruby/network/simple/SimpleNetwork.hh
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/SimpleNetwork.hh
parentdd5c72e5a7e09634c992092f80dafe82f4274d45 (diff)
downloadgem5-db5b3d37fe9628dfe32c1114177d68ebadcea894.tar.xz
ruby: network: removes unused code.
Diffstat (limited to 'src/mem/ruby/network/simple/SimpleNetwork.hh')
-rw-r--r--src/mem/ruby/network/simple/SimpleNetwork.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/ruby/network/simple/SimpleNetwork.hh b/src/mem/ruby/network/simple/SimpleNetwork.hh
index 69aeeffb7..e0193f2e0 100644
--- a/src/mem/ruby/network/simple/SimpleNetwork.hh
+++ b/src/mem/ruby/network/simple/SimpleNetwork.hh
@@ -62,7 +62,6 @@ class SimpleNetwork : public Network
// returns the queue requested for the given component
MessageBuffer* getToNetQueue(NodeID id, bool ordered, int network_num, std::string vnet_type);
MessageBuffer* getFromNetQueue(NodeID id, bool ordered, int network_num, std::string vnet_type);
- virtual const std::vector<Throttle*>* getThrottles(NodeID id) const;
bool isVNetOrdered(int vnet) { return m_ordered[vnet]; }
bool validVirtualNetwork(int vnet) { return m_in_use[vnet]; }