summaryrefslogtreecommitdiff
path: root/src/mem/port.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/port.hh')
-rw-r--r--src/mem/port.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mem/port.hh b/src/mem/port.hh
index 4adf8f4cd..0399a2a0e 100644
--- a/src/mem/port.hh
+++ b/src/mem/port.hh
@@ -123,10 +123,6 @@ class Port
/** Function to return the owner of this port. */
MemObject *getOwner() { return owner; }
- /** Inform the peer port to delete itself and notify it's owner about it's
- * demise. */
- void removeConn();
-
bool isConnected() { return peer != NULL; }
protected: