delete unused local variable

delete unused local variable table "udp_socket"
This commit is contained in:
great90
2016-03-08 11:25:59 +08:00
parent 82bbb1c944
commit 7771e180ec

View File

@@ -407,8 +407,6 @@ end
---------------------- UDP
local udp_socket = {}
local function create_udp_object(id, cb)
assert(not socket_pool[id], "socket is not closed")
socket_pool[id] = {