From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 20 Mar 2018 20:55:13 +0300 From: Vladimir Davydov Subject: Re: [PATCH 3/5] Remove empty function declaration Message-ID: <20180320175513.huetspmv2zljjy6v@esperanza> References: <20be94d8fc6daff43f68b290ae15d553598649fc.1521466428.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20be94d8fc6daff43f68b290ae15d553598649fc.1521466428.git.v.shpilevoy@tarantool.org> To: Vladislav Shpilevoy Cc: tarantool-patches@freelists.org List-ID: 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.