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 | 5cc71f038547a91c89a01ed4cdbcd0df3b93dbac (patch) | |
| tree | 9f4cb8671a5851d840602baec132e9fa4950dcbb /qpid/python | |
| parent | f3b03e1262abc667667bc537295104bab3163a1b (diff) | |
| download | qpid-python-5cc71f038547a91c89a01ed4cdbcd0df3b93dbac.tar.gz | |
removed redundant notify
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@912590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/qpid/messaging/driver.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/python/qpid/messaging/driver.py b/qpid/python/qpid/messaging/driver.py index 0569d31f2a..7eeee02f3c 100644 --- a/qpid/python/qpid/messaging/driver.py +++ b/qpid/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 |
