You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2017/09/01 15:04:03 UTC

[35/50] qpid-proton git commit: NO-JIRA: remove incorrect FIXME comment

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 <ac...@redhat.com>
Authored: Tue Aug 29 13:41:44 2017 -0400
Committer: Alan Conway <ac...@redhat.com>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org