luci-base: remove unconditional "bit" preloading
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
6ff7bae36a
commit
e2ec170445
1 changed files with 0 additions and 5 deletions
|
@ -26,11 +26,6 @@ limitations under the License.
|
||||||
|
|
||||||
local require = require
|
local require = require
|
||||||
|
|
||||||
-- Make sure that bitlib is loaded
|
|
||||||
if not _G.bit then
|
|
||||||
_G.bit = require "bit"
|
|
||||||
end
|
|
||||||
|
|
||||||
module "luci"
|
module "luci"
|
||||||
|
|
||||||
local v = require "luci.version"
|
local v = require "luci.version"
|
||||||
|
|
Loading…
Reference in a new issue