diff options
author | Rafael H. Schloming <rhs@apache.org> | 2010-02-22 14:45:49 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-22 14:45:49 +0000 |
commit | c47b3f3bcf659788eff7e7747820cd6cedcca89b (patch) | |
tree | 96c705da201d17f60fc6beb90e0199ce173b0c0b /python/qpid/messaging/driver.py | |
parent | 21f855c232dcb20c0d00fc2770d01581f8e2478b (diff) | |
download | qpid-python-c47b3f3bcf659788eff7e7747820cd6cedcca89b.tar.gz |
removed redundant notify
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@912590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/messaging/driver.py')
-rw-r--r-- | python/qpid/messaging/driver.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/qpid/messaging/driver.py b/python/qpid/messaging/driver.py index 0569d31f2a..7eeee02f3c 100644 --- a/python/qpid/messaging/driver.py +++ b/python/qpid/messaging/driver.py @@ -1032,7 +1032,6 @@ class Driver: rcv.received += 1 log.debug("RCVD[%s]: %s", ssn.log_id, msg) ssn.incoming.append(msg) - self.connection._waiter.notifyAll() def _decode(self, xfr): dp = EMPTY_DP |