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 | c2484203245c55e1286b19cf31124aef6e411ba7 (patch) | |
| tree | bc5ffd4126133232f7535f521b99b45cb089959e /qpid/python | |
| parent | 40fd599ae6c70b94502444d26d7b424c78889c45 (diff) | |
| download | qpid-python-c2484203245c55e1286b19cf31124aef6e411ba7.tar.gz | |
removed unused attributed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/qpid/messaging.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/python/qpid/messaging.py b/qpid/python/qpid/messaging.py index 17c955393d..7063dfe684 100644 --- a/qpid/python/qpid/messaging.py +++ b/qpid/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 |
