luci-mod-admin-full: remove useless "bit" requires
[project/luci.git] / modules / luci-mod-admin-full / luasrc / model / cbi / admin_network / routes.lua
index 469748c..209bdf1 100644 (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