mirror of
https://github.com/kikito/inspect.lua.git
synced 2024-12-15 14:34:21 +00:00
remove duplicated declaration
This commit is contained in:
parent
f9575fd443
commit
2a0214c0b7
@ -10,7 +10,6 @@ local ipairs, pairs = ipairs, pairs
|
|||||||
local string = string
|
local string = string
|
||||||
local table = table
|
local table = table
|
||||||
local tostring = tostring
|
local tostring = tostring
|
||||||
local rawget = rawget
|
|
||||||
local pcall = pcall
|
local pcall = pcall
|
||||||
local getmetatable, setmetatable = getmetatable, setmetatable
|
local getmetatable, setmetatable = getmetatable, setmetatable
|
||||||
local rawget, rawset = rawget, rawset
|
local rawget, rawset = rawget, rawset
|
||||||
|
Loading…
Reference in New Issue
Block a user