summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-15 16:02:54 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-01-15 16:02:54 +0100
commite2ec1704457ce850af28635e0f86191c6affe38d (patch)
treebd73eefc0f5a344a23fa5ef034957df6a167ba9e /modules/luci-base
parent6ff7bae36aa940f5f64ce11fb87ecefe136d41d6 (diff)
luci-base: remove unconditional "bit" preloading
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules/luci-base')
-rw-r--r--modules/luci-base/luasrc/init.lua5
1 files changed, 0 insertions, 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"