luci-base: remove unconditional "bit" preloading
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 15 Jan 2015 15:02:54 +0000 (16:02 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 15 Jan 2015 15:02:54 +0000 (16:02 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
modules/luci-base/luasrc/init.lua

index 4d66e86..ece35d1 100644 (file)
@@ -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"