summaryrefslogtreecommitdiffhomepage
path: root/libs
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-09-06 09:58:32 +0000
committerSteven Barth <steven@midlink.org>2008-09-06 09:58:32 +0000
commit8e00d27ae72245aa26feebfcf5cc0338ba1167d0 (patch)
tree9524b39168e9c7fbc2808972c61f53eb997e9fb9 /libs
parentcc7e96e352d4777d5ed98d3fc41c7e35c6500767 (diff)
Removed unneeded exports
Diffstat (limited to 'libs')
-rw-r--r--libs/core/luasrc/util.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/core/luasrc/util.lua b/libs/core/luasrc/util.lua
index 177de43fb..235b0c22c 100644
--- a/libs/core/luasrc/util.lua
+++ b/libs/core/luasrc/util.lua
@@ -33,7 +33,6 @@ local string = require "string"
local coroutine = require "coroutine"
local getmetatable, setmetatable = getmetatable, setmetatable
-local getfenv, setfenv = getfenv, setfenv
local rawget, rawset, unpack = rawget, rawset, unpack
local tostring, type, assert = tostring, type, assert
local ipairs, pairs, loadstring = ipairs, pairs, loadstring