From e2ec1704457ce850af28635e0f86191c6affe38d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 15 Jan 2015 16:02:54 +0100 Subject: [PATCH] luci-base: remove unconditional "bit" preloading Signed-off-by: Jo-Philipp Wich --- modules/luci-base/luasrc/init.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/luci-base/luasrc/init.lua b/modules/luci-base/luasrc/init.lua index 4d66e8673..ece35d1d2 100644 --- a/modules/luci-base/luasrc/init.lua +++ b/modules/luci-base/luasrc/init.lua @@ -26,11 +26,6 @@ limitations under the License. local require = require --- Make sure that bitlib is loaded -if not _G.bit then - _G.bit = require "bit" -end - module "luci" local v = require "luci.version" -- 2.11.0