diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-15 16:02:21 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-15 16:02:25 +0100 |
commit | 6ff7bae36aa940f5f64ce11fb87ecefe136d41d6 (patch) | |
tree | 87d18d0d22348a5e81d1f760ba3913aafa84870e /modules/luci-mod-admin-full/luasrc/model/cbi | |
parent | e91b603acc0920f998ae57704a9d97b83ee284e4 (diff) |
luci-mod-admin-full: remove useless "bit" requires
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules/luci-mod-admin-full/luasrc/model/cbi')
-rw-r--r-- | modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/routes.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/routes.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/routes.lua index 469748c87a..209bdf1fb9 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/routes.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/routes.lua @@ -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 |