Remove duplicate module variable

This commit is contained in:
Jörg Thalheim 2012-02-24 17:57:04 +01:00
parent 5478114dca
commit adf4492b43
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ local tonumber = tonumber
local io = { open = io.open }
local setmetatable = setmetatable
local getmetatable = getmetatable
local require = require
local rawget = rawget
local string = {
upper = string.upper,
format = string.format