summaryrefslogtreecommitdiff
path: root/src/mem/ruby/network/Network.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/Network.hh
parentdd5c72e5a7e09634c992092f80dafe82f4274d45 (diff)
downloadgem5-db5b3d37fe9628dfe32c1114177d68ebadcea894.tar.xz
ruby: network: removes unused code.
Diffstat (limited to 'src/mem/ruby/network/Network.hh')
-rw-r--r--src/mem/ruby/network/Network.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/ruby/network/Network.hh b/src/mem/ruby/network/Network.hh
index 33a3fc33f..527f22ca2 100644
--- a/src/mem/ruby/network/Network.hh
+++ b/src/mem/ruby/network/Network.hh
@@ -75,7 +75,6 @@ class Network : public ClockedObject
int netNumber, std::string vnet_type) = 0;
virtual MessageBuffer* getFromNetQueue(NodeID id, bool ordered,
int netNumber, std::string vnet_type) = 0;
- virtual const std::vector<Throttle*>* getThrottles(NodeID id) const;
virtual int getNumNodes() {return 1;}
virtual void makeOutLink(SwitchID src, NodeID dest, BasicLink* link,