summaryrefslogtreecommitdiff
path: root/src/mem/port.cc
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2012-01-17 12:55:09 -0600
committerAndreas Hansson <andreas.hansson@arm.com>2012-01-17 12:55:09 -0600
commit142380a373e28cd61b79d348361ec1ed4ed330e5 (patch)
treeb28c17972ba7f61536a7dab126861c0fee657fda /src/mem/port.cc
parent6315e5bbb5efd6972cf1c7cd8007563646d88d33 (diff)
downloadgem5-142380a373e28cd61b79d348361ec1ed4ed330e5.tar.xz
MEM: Remove Port removeConn and MemObject deletePortRefs
Cleaning up and simplifying the ports and going towards a more strict elaboration-time creation and binding of the ports.
Diffstat (limited to 'src/mem/port.cc')
-rw-r--r--src/mem/port.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mem/port.cc b/src/mem/port.cc
index eae18c6ea..fb1715db6 100644
--- a/src/mem/port.cc
+++ b/src/mem/port.cc
@@ -64,14 +64,6 @@ Port::setOwner(MemObject *_owner)
}
void
-Port::removeConn()
-{
- if (peer != NULL)
- peer->getOwner()->deletePortRefs(peer);
- peer = NULL;
-}
-
-void
Port::blobHelper(Addr addr, uint8_t *p, int size, MemCmd cmd)
{
Request req;