remove useless local function

This commit is contained in:
Hanlei Qin
2018-09-16 13:24:15 +08:00
committed by 云风
parent 34a9979255
commit d9fb4d06ec

View File

@@ -16,14 +16,6 @@ local chan_meta = {
end,
}
local function default_conf(conf)
conf = conf or {}
conf.pack = conf.pack or skynet.pack
conf.unpack = conf.unpack or skynet.unpack
return conf
end
function multicast.new(conf)
assert(multicastd, "Init first")
local self = {}