diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-15 16:02:54 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-15 16:02:54 +0100 |
commit | e2ec1704457ce850af28635e0f86191c6affe38d (patch) | |
tree | bd73eefc0f5a344a23fa5ef034957df6a167ba9e /modules | |
parent | 6ff7bae36aa940f5f64ce11fb87ecefe136d41d6 (diff) |
luci-base: remove unconditional "bit" preloading
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-base/luasrc/init.lua | 5 |
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" |