Removed unneeded exports
[oweals/luci.git] / libs / core / luasrc / util.lua
index 177de43fbd2d5e7c39c636cf6c610798c1de90c9..235b0c22c2db59c61148988098d7046fbcc9e9f0 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