summaryrefslogtreecommitdiff
path: root/python/qpid/messaging.py
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-06-02 18:41:20 +0000
committerRafael H. Schloming <rhs@apache.org>2009-06-02 18:41:20 +0000
commitd89ee55566c10f576d08e2e9cf7d87ce10ba4b61 (patch)
treee6c644009eb1139971e45db6189356dec7cd2c25 /python/qpid/messaging.py
parentda7f0a52bd760142e35592efb34912be7280aac2 (diff)
downloadqpid-python-d89ee55566c10f576d08e2e9cf7d87ce10ba4b61.tar.gz
removed unused attributed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/messaging.py')
-rw-r--r--python/qpid/messaging.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/qpid/messaging.py b/python/qpid/messaging.py
index 17c955393d..7063dfe684 100644
--- a/python/qpid/messaging.py
+++ b/python/qpid/messaging.py
@@ -615,7 +615,6 @@ class Receiver(Lockable):
self.filter = filter
self.started = started
self.closed = False
- self.incoming = []
self.listener = None
self._ssn = None
self._queue = None