From commits-return-50724-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Tue Dec 1 14:34:51 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 1743D180648 for ; Tue, 1 Dec 2020 15:34:51 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 8A97365265 for ; Tue, 1 Dec 2020 14:34:50 +0000 (UTC) Received: (qmail 4272 invoked by uid 500); 1 Dec 2020 14:34:49 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 4263 invoked by uid 99); 1 Dec 2020 14:34:49 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2020 14:34:49 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9B9EC81FE6; Tue, 1 Dec 2020 14:34:49 +0000 (UTC) Date: Tue, 01 Dec 2020 14:34:49 +0000 To: "commits@qpid.apache.org" Subject: [qpid-dispatch] branch dev-protocol-adaptors-2 updated: NO-JIRA: remove stray proton library function definition MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160683328949.26566.16930681606923841188@gitbox.apache.org> From: chug@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-dispatch X-Git-Refname: refs/heads/dev-protocol-adaptors-2 X-Git-Reftype: branch X-Git-Oldrev: 9f6c4a115fd1e04a3748312c202c82cebb3e5d0d X-Git-Newrev: fddb8e1ff93439f5e3a0beec5700a34e9ac6f599 X-Git-Rev: fddb8e1ff93439f5e3a0beec5700a34e9ac6f599 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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