remove unused local function

This commit is contained in:
Cloud Wu
2015-11-12 16:21:44 +08:00
parent 6be649c5cb
commit b72f0921d4

View File

@@ -26,14 +26,6 @@ end
local traceback = debug.traceback
local function do_func(f, msg)
return xpcall(f, traceback, table.unpack(msg))
end
local function dispatch(f, ...)
return skynet.pack(f(...))
end
local function return_f(f, ...)
return skynet.ret(skynet.pack(f(...)))
end