mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
remove unused line
This commit is contained in:
@@ -15,7 +15,6 @@ local request = host:attach(sproto.new(proto.c2s))
|
||||
local fd = assert(socket.connect("127.0.0.1", 8888))
|
||||
|
||||
local function send_package(fd, pack)
|
||||
local size = #pack
|
||||
local package = string.pack(">s2", pack)
|
||||
socket.send(fd, package)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user