From 8e00d27ae72245aa26feebfcf5cc0338ba1167d0 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 6 Sep 2008 09:58:32 +0000 Subject: [PATCH] Removed unneeded exports --- libs/core/luasrc/util.lua | 1 - 1 file changed, 1 deletion(-) 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 -- 2.25.1