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/03/15 20:07:13 UTC

[4/4] qpid-proton git commit: NO-JIRA: Remove spurious FIXME comment

NO-JIRA: Remove spurious 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/2f27ee90
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/2f27ee90
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/2f27ee90

Branch: refs/heads/master
Commit: 2f27ee90d896f2b0e31b3d2f49946faa537eb1d8
Parents: 98676a1
Author: Alan Conway <ac...@redhat.com>
Authored: Wed Mar 15 15:59:27 2017 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Wed Mar 15 15:59:27 2017 -0400

----------------------------------------------------------------------
 proton-c/bindings/cpp/src/io/connection_driver.cpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/2f27ee90/proton-c/bindings/cpp/src/io/connection_driver.cpp
----------------------------------------------------------------------
diff --git a/proton-c/bindings/cpp/src/io/connection_driver.cpp b/proton-c/bindings/cpp/src/io/connection_driver.cpp
index 38e5bf2..c00ccf4 100644
--- a/proton-c/bindings/cpp/src/io/connection_driver.cpp
+++ b/proton-c/bindings/cpp/src/io/connection_driver.cpp
@@ -68,7 +68,6 @@ connection_driver::~connection_driver() {
     pn_connection_driver_destroy(&driver_);
 }
 
-// FIXME aconway 2016-11-16: rename _engine > _driver
 void connection_driver::configure(const connection_options& opts, bool server) {
     proton::connection c(connection());
     opts.apply_unbound(c);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org