luci-mod-admin-full: remove useless "bit" requires
[project/luci.git] / modules / luci-mod-admin-full / luasrc / view / admin_system / packages.htm
index 00b4be4..40da3fe 100644 (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"