Skip to content

Commit 8737531

Browse files
committed
remove unused line
1 parent 309e26b commit 8737531

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/client.lua

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ local request = host:attach(sproto.new(proto.c2s))
1515
local fd = assert(socket.connect("127.0.0.1", 8888))
1616

1717
local function send_package(fd, pack)
18-
local size = #pack
1918
local package = string.pack(">s2", pack)
2019
socket.send(fd, package)
2120
end

0 commit comments

Comments
 (0)