You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2020/12/01 14:34:49 UTC

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: NO-JIRA: remove stray proton library function definition

This is an automated email from the ASF dual-hosted git repository.

chug pushed a commit to branch dev-protocol-adaptors-2
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push:
     new fddb8e1  NO-JIRA: remove stray proton library function definition
fddb8e1 is described below

commit fddb8e1ff93439f5e3a0beec5700a34e9ac6f599
Author: Chuck Rolke <ch...@apache.org>
AuthorDate: Tue Dec 1 09:34:30 2020 -0500

    NO-JIRA: remove stray proton library function definition
---
 src/adaptors/tcp_adaptor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/adaptors/tcp_adaptor.c b/src/adaptors/tcp_adaptor.c
index e26a94d..9c94c86 100644
--- a/src/adaptors/tcp_adaptor.c
+++ b/src/adaptors/tcp_adaptor.c
@@ -546,7 +546,6 @@ static void handle_connection_event(pn_event_t *e, qd_server_t *qd_server, void
     }
     case PN_RAW_CONNECTION_WRITTEN: {
         pn_raw_buffer_t buffs[WRITE_BUFFERS];
-        size_t pn_raw_connection_take_written_buffers(pn_raw_connection_t *connection, pn_raw_buffer_t *buffers, size_t num);
         size_t n;
         size_t written = 0;
         while ( (n = pn_raw_connection_take_written_buffers(conn->socket, buffs, WRITE_BUFFERS)) ) {


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