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/10/19 12:40:02 UTC

[16/50] qpid-proton git commit: PROTON-1619: remove pn_connection_driver_log definitions

PROTON-1619: remove pn_connection_driver_log definitions

removed definitions: pn_connection_driver_log, pn_connection_driver_logf, pn_connection_driver_vlogf


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/87bd8d97
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/87bd8d97
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/87bd8d97

Branch: refs/heads/go1
Commit: 87bd8d97e497e6ff5654a5fa4dcbe78a5d001be0
Parents: 8a891c9
Author: Alan Conway <ac...@redhat.com>
Authored: Thu Oct 12 08:51:06 2017 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Thu Oct 12 08:52:17 2017 -0400

----------------------------------------------------------------------
 proton-c/src/core/connection_driver.c | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/87bd8d97/proton-c/src/core/connection_driver.c
----------------------------------------------------------------------
diff --git a/proton-c/src/core/connection_driver.c b/proton-c/src/core/connection_driver.c
index 12d4b28..7c0f597 100644
--- a/proton-c/src/core/connection_driver.c
+++ b/proton-c/src/core/connection_driver.c
@@ -166,14 +166,6 @@ void pn_connection_driver_errorf(pn_connection_driver_t *d, const char *name, co
   va_end(ap);
 }
 
-void pn_connection_driver_log(pn_connection_driver_t *d, const char *msg) {
-  pn_transport_log(d->transport, msg);
-}
-
-void pn_connection_driver_vlogf(pn_connection_driver_t *d, const char *fmt, va_list ap) {
-  pn_transport_vlogf(d->transport, fmt, ap);
-}
-
 pn_connection_driver_t* pn_event_batch_connection_driver(pn_event_batch_t *batch) {
   return (batch->next_event == batch_next) ?
     (pn_connection_driver_t*)((char*)batch - offsetof(pn_connection_driver_t, batch)) :


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