[tarantool-patches] Re: [PATCH 3/5] Remove empty function declaration

  • From: Vladimir Davydov <vdavydov.dev@xxxxxxxxx>
  • To: Vladislav Shpilevoy <v.shpilevoy@xxxxxxxxxxxxx>
  • Date: Tue, 20 Mar 2018 20:55:13 +0300

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.

Other related posts: