remove duplicated declaration

This commit is contained in:
Cheyi Lin 2013-06-19 22:59:34 +08:00
parent f9575fd443
commit 2a0214c0b7

View File

@ -10,7 +10,6 @@ local ipairs, pairs = ipairs, pairs
local string = string
local table = table
local tostring = tostring
local rawget = rawget
local pcall = pcall
local getmetatable, setmetatable = getmetatable, setmetatable
local rawget, rawset = rawget, rawset