* luci-0.8: backport library fixes
[project/luci.git] / libs / core / luasrc / util.lua
index 51f6224093cff264741c7e221741c879e0774e63..77c763d149d7b580a826d85a134e31bebf4eef22 100644 (file)
@@ -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