summaryrefslogtreecommitdiff
path: root/src/mem/bus.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/bus.hh')
-rw-r--r--src/mem/bus.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/bus.hh b/src/mem/bus.hh
index 17d22ec83..df80063f8 100644
--- a/src/mem/bus.hh
+++ b/src/mem/bus.hh
@@ -367,7 +367,6 @@ class Bus : public MemObject
/** A function used to return the port associated with this bus object. */
virtual Port *getPort(const std::string &if_name, int idx = -1);
- virtual void deletePortRefs(Port *p);
virtual void init();
virtual void startup();