diff options
author | Rafael H. Schloming <rhs@apache.org> | 2009-06-02 18:41:20 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2009-06-02 18:41:20 +0000 |
commit | d89ee55566c10f576d08e2e9cf7d87ce10ba4b61 (patch) | |
tree | e6c644009eb1139971e45db6189356dec7cd2c25 /python/qpid/messaging.py | |
parent | da7f0a52bd760142e35592efb34912be7280aac2 (diff) | |
download | qpid-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.py | 1 |
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 |