mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
remove unused local variables
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
local io = io
|
||||
local table = table
|
||||
local debug = debug
|
||||
|
||||
return function (skynet, export)
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
local si = require "snax.interface"
|
||||
local io = io
|
||||
|
||||
local hotfix = {}
|
||||
|
||||
local function envid(f)
|
||||
local i = 1
|
||||
|
||||
Reference in New Issue
Block a user