protocols/core: remove uneeded requires from luci.tools.proto
This commit is contained in:
parent
bde145be54
commit
a3894bf21b
1 changed files with 0 additions and 3 deletions
|
@ -13,9 +13,6 @@ You may obtain a copy of the License at
|
||||||
|
|
||||||
module("luci.tools.proto", package.seeall)
|
module("luci.tools.proto", package.seeall)
|
||||||
|
|
||||||
local uci = require "luci.model.uci".cursor()
|
|
||||||
local net = require "luci.model.network"
|
|
||||||
|
|
||||||
function opt_macaddr(s, ifc, ...)
|
function opt_macaddr(s, ifc, ...)
|
||||||
local v = luci.cbi.Value
|
local v = luci.cbi.Value
|
||||||
local o = s:taboption("advanced", v, "macaddr", ...)
|
local o = s:taboption("advanced", v, "macaddr", ...)
|
||||||
|
|
Loading…
Reference in a new issue