From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 21 Mar 2018 12:16:59 +0300 From: Vladimir Davydov Subject: Re: [tarantool-patches] Re: [PATCH 3/5] Remove empty function declaration Message-ID: <20180321091659.2bl4l4xwhdhta4qf@esperanza> References: <20be94d8fc6daff43f68b290ae15d553598649fc.1521466428.git.v.shpilevoy@tarantool.org> <20180320175513.huetspmv2zljjy6v@esperanza> <2AEEC274-1D72-4473-9F1B-C97DEBECD4A2@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2AEEC274-1D72-4473-9F1B-C97DEBECD4A2@tarantool.org> To: "v.shpilevoy@tarantool.org" Cc: tarantool-patches@freelists.org List-ID: On Tue, Mar 20, 2018 at 08:57:53PM +0300, v.shpilevoy@tarantool.org wrote: > > > > 20 марта 2018 г., в 20:55, Vladimir Davydov написал(а): > > > > 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); > > > > The patch is OK, obviously, but it doesn't belong to this series. > > Please submit irrelevant changes like this one separately. > > > > Do you propose to push it on a different branch? I don't think we need to do this now. Let's just push this trivial patch to the trunk so that you can drop it from the series in v2.