remove unused line

This commit is contained in:
Cloud Wu
2015-01-05 22:12:26 +08:00
parent 309e26ba7a
commit 8737531fbe

View File

@@ -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