diff options
| author | ruki <[email protected]> | 2025-04-16 22:41:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-28 11:35:53 +0800 |
| commit | 28e35d67e2cf08069c971c2235845389143b5f0e (patch) | |
| tree | 79b494583b542484b2dc4753126e8954a93bd5e1 /core/src/xmake/io | |
| parent | 8bf1576c641f3b68bb43c50929cdcec8ee73ff86 (diff) | |
bind native thread apis
Diffstat (limited to 'core/src/xmake/io')
| -rw-r--r-- | core/src/xmake/io/socket_close.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/xmake/io/socket_close.c b/core/src/xmake/io/socket_close.c index fca95c186..a424a707f 100644 --- a/core/src/xmake/io/socket_close.c +++ b/core/src/xmake/io/socket_close.c @@ -50,8 +50,6 @@ tb_int_t xm_io_socket_close(lua_State* lua) // exit socket lua_pushboolean(lua, tb_socket_exit(sock)); - - // ok return 1; } |
