luci-mod-admin-full: remove useless "bit" requires

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich 2015-01-15 16:02:21 +01:00
parent e91b603acc
commit 6ff7bae36a
3 changed files with 0 additions and 3 deletions

View file

@ -19,7 +19,6 @@ m = Map("network",
"can be reached."))
local routes6 = luci.sys.net.routes6()
local bit = require "bit"
s = m:section(TypedSection, "route", translate("Static IPv4 Routes"))
s.addremove = true

View file

@ -14,7 +14,6 @@ $Id$
-%>
<%-
require "bit"
require "luci.sys"
require "luci.tools.webadmin"
require "nixio.fs"

View file

@ -11,7 +11,6 @@ You may obtain a copy of the License at
-%>
<%-
local bit = require "bit"
local opkg = require "luci.model.ipkg"
local fs = require "nixio.fs"
local wa = require "luci.tools.webadmin"