NO-JIRA: remove incorrect FIXME comment
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/bd102597 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/bd102597 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/bd102597 Branch: refs/heads/go1 Commit: bd1025971b06a2436919516ba6181088f330d48c Parents: 69a99dd Author: Alan Conway <[email protected]> Authored: Tue Aug 29 13:41:44 2017 -0400 Committer: Alan Conway <[email protected]> Committed: Tue Aug 29 13:45:22 2017 -0400 ---------------------------------------------------------------------- examples/cpp/broker.cpp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/bd102597/examples/cpp/broker.cpp ---------------------------------------------------------------------- diff --git a/examples/cpp/broker.cpp b/examples/cpp/broker.cpp index a236bb1..6ce7965 100644 --- a/examples/cpp/broker.cpp +++ b/examples/cpp/broker.cpp @@ -128,7 +128,6 @@ class Queue { proton::work_queue work_queue_; const std::string name_; std::deque<proton::message> messages_; - // FIXME aconway 2017-08-22: thread unsafe Sender* typedef std::map<Sender*, int> subscriptions; // With credit subscriptions subscriptions_; subscriptions::iterator current_; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
