remove useless file

This commit is contained in:
Hanlei Qin
2018-09-16 13:20:34 +08:00
committed by 云风
parent d9fb4d06ec
commit 46b49adf9e

View File

@@ -1,9 +0,0 @@
local core = require "skynet.reload.core"
local skynet = require "skynet"
local function reload(...)
local args = SERVICE_NAME .. " " .. table.concat({...}, " ")
print(args)
end
return reload