From 9452169f0a424ce3ca3aae8b57bccb78980b861c Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Thu, 7 May 2015 18:17:46 +0800 Subject: [PATCH] remove unused comment --- lualib-src/lua-socket.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lualib-src/lua-socket.c b/lualib-src/lua-socket.c index f28d8665..e12a9c2f 100644 --- a/lualib-src/lua-socket.c +++ b/lualib-src/lua-socket.c @@ -534,12 +534,6 @@ lnodelay(lua_State *L) { skynet_socket_nodelay(ctx,id); return 0; } -/* -int skynet_socket_udp(struct skynet_context *ctx, const char * addr, int port); -int skynet_socket_udp_connect(struct skynet_context *ctx, int id, const char * addr, int port); -int skynet_socket_udp_send(struct skynet_context *ctx, int id, const char * address, const void *buffer, int sz); -const char * skynet_socket_udp_address(struct skynet_context *ctx, struct skynet_socket_message *, int *addrsz); -*/ static int ludp(lua_State *L) {