summaryrefslogtreecommitdiff
path: root/src/mem/ruby/network/simple/CustomTopology.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <steve.reinhardt@amd.com>2010-01-29 20:29:14 -0800
committerSteve Reinhardt <steve.reinhardt@amd.com>2010-01-29 20:29:14 -0800
commitb43994ba45b7805da0d1d9600e5cbb8332057403 (patch)
treed58272bc3f3aad6534b55fe740548dfd42d6bfae /src/mem/ruby/network/simple/CustomTopology.hh
parent2f567f69cf5c6bee3ea8552ed83a17ac1a7eec83 (diff)
downloadgem5-b43994ba45b7805da0d1d9600e5cbb8332057403.tar.xz
ruby: get rid of obsolete, unused CustomTopology class.
Diffstat (limited to 'src/mem/ruby/network/simple/CustomTopology.hh')
-rw-r--r--src/mem/ruby/network/simple/CustomTopology.hh17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mem/ruby/network/simple/CustomTopology.hh b/src/mem/ruby/network/simple/CustomTopology.hh
deleted file mode 100644
index 6c44eb049..000000000
--- a/src/mem/ruby/network/simple/CustomTopology.hh
+++ /dev/null
@@ -1,17 +0,0 @@
-
-#ifndef CUSTOMTOPOLOGY_H
-#define CUSTOMTOPOLOGY_H
-
-#include "mem/ruby/network/simple/Topology.hh"
-
-class CustomTopology : public Topology
-{
-public:
- CustomTopology(const string & name);
- void init(const vector<string> & argv);
-
-protected:
- void construct();
-};
-
-#endif