From: Steven Barth Date: Sat, 6 Sep 2008 09:58:32 +0000 (+0000) Subject: Removed unneeded exports X-Git-Tag: 0.9.0~1420 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=8e00d27ae72245aa26feebfcf5cc0338ba1167d0 Removed unneeded exports --- 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