remove duplicated declaration

eLua
Cheyi Lin 12 years ago
parent f9575fd443
commit 2a0214c0b7
  1. 1
      inspect.lua

@ -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…
Cancel
Save