remove unused sz

This commit is contained in:
Cloud Wu
2018-04-16 12:56:34 +08:00
committed by 云风
parent a9852273cb
commit 4cbe33d15d

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