summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/extras/qmf/src/py/qmf/console.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/extras/qmf/src/py/qmf/console.py b/qpid/extras/qmf/src/py/qmf/console.py
index 83c3e4468f..6f2afe1413 100644
--- a/qpid/extras/qmf/src/py/qmf/console.py
+++ b/qpid/extras/qmf/src/py/qmf/console.py
@@ -203,10 +203,6 @@ class Object(object):
self._createTime = omap.get("create_ts", 0)
self._deleteTime = omap.get("delete_ts", 0)
- def getName(self):
- """ Return this object's agent-unique name """
- return self.getObjectId().objectName
-
def getAgent(self):
""" Return the agent from which this object was sent """
return self._agent