Repository: qpid-proton Updated Branches: refs/heads/master a942b492d -> 172e6f005
PROTON-965: remove leftover previous impl, let the following replacement impl decide whether it should remove from the map or not Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/172e6f00 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/172e6f00 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/172e6f00 Branch: refs/heads/master Commit: 172e6f0056c6eda34726b1143aab666d61886c0b Parents: a942b49 Author: Robert Gemmell <[email protected]> Authored: Wed Jul 29 15:49:12 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Wed Jul 29 15:54:58 2015 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/qpid/proton/engine/impl/SessionImpl.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/172e6f00/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SessionImpl.java ---------------------------------------------------------------------- diff --git a/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SessionImpl.java b/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SessionImpl.java index 9e108e4..e5dd9e8 100644 --- a/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SessionImpl.java +++ b/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SessionImpl.java @@ -197,8 +197,6 @@ public class SessionImpl extends EndpointImpl implements ProtonJSession void freeReceiver(ReceiverImpl receiver) { - _receivers.remove(receiver.getName()); - String name = receiver.getName(); ReceiverImpl existing = _receivers.get(name); if (receiver.equals(existing)) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
