Removed unneeded exports

This commit is contained in:
Steven Barth 2008-09-06 09:58:32 +00:00
parent cc7e96e352
commit 8e00d27ae7

View file

@ -33,7 +33,6 @@ local string = require "string"
local coroutine = require "coroutine" local coroutine = require "coroutine"
local getmetatable, setmetatable = getmetatable, setmetatable local getmetatable, setmetatable = getmetatable, setmetatable
local getfenv, setfenv = getfenv, setfenv
local rawget, rawset, unpack = rawget, rawset, unpack local rawget, rawset, unpack = rawget, rawset, unpack
local tostring, type, assert = tostring, type, assert local tostring, type, assert = tostring, type, assert
local ipairs, pairs, loadstring = ipairs, pairs, loadstring local ipairs, pairs, loadstring = ipairs, pairs, loadstring