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 <acon...@redhat.com>
Authored: Thu Oct 12 08:51:06 2017 -0400
Committer: Alan Conway <acon...@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-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to