From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 715442CAA1 for ; Tue, 20 Mar 2018 13:57:56 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uCGaO2KaTAmR for ; Tue, 20 Mar 2018 13:57:56 -0400 (EDT) Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id CBB3E272DB for ; Tue, 20 Mar 2018 13:57:55 -0400 (EDT) Received: by smtp34.i.mail.ru with esmtpa (envelope-from ) id 1eyLWD-0005Cw-Ke for tarantool-patches@freelists.org; Tue, 20 Mar 2018 20:57:53 +0300 From: "v.shpilevoy@tarantool.org" Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: [tarantool-patches] Re: [PATCH 3/5] Remove empty function declaration Date: Tue, 20 Mar 2018 20:57:53 +0300 References: <20be94d8fc6daff43f68b290ae15d553598649fc.1521466428.git.v.shpilevoy@tarantool.org> <20180320175513.huetspmv2zljjy6v@esperanza> In-Reply-To: <20180320175513.huetspmv2zljjy6v@esperanza> Message-Id: <2AEEC274-1D72-4473-9F1B-C97DEBECD4A2@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org > 20 =D0=BC=D0=B0=D1=80=D1=82=D0=B0 2018 =D0=B3., =D0=B2 20:55, Vladimir = Davydov =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB= (=D0=B0): >=20 > On Mon, Mar 19, 2018 at 04:34:50PM +0300, Vladislav Shpilevoy wrote: >> diff --git a/src/lua/socket.h b/src/lua/socket.h >> index f669b5ada..ec4e79d87 100644 >> --- a/src/lua/socket.h >> +++ b/src/lua/socket.h >> @@ -45,8 +45,6 @@ lbox_socket_local_resolve(const char *host, const = char *port, >> struct sockaddr *addr, socklen_t *socklen); >> int >> lbox_socket_nonblock(int fh, int mode); >> -int bsdsocket_sendto(int fh, const char *host, const char *port, >> - const void *octets, size_t len, int flags); >=20 > The patch is OK, obviously, but it doesn't belong to this series. > Please submit irrelevant changes like this one separately. >=20 Do you propose to push it on a different branch?