remove unused sz

This commit is contained in:
Cloud Wu
2018-04-16 12:56:34 +08:00
parent 5a3d2fdac7
commit 311d7c8f6a

View File

@@ -118,7 +118,7 @@ local function send_request(source, node, addr, msg, sz)
end
function command.req(...)
local ok, msg, sz = pcall(send_request, ...)
local ok, msg = pcall(send_request, ...)
if ok then
if type(msg) == "table" then
skynet.ret(cluster.concat(msg))