summaryrefslogtreecommitdiffhomepage
path: root/protocols
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-17 08:19:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-17 08:19:48 +0000
commita3894bf21b6eaf8fc40c00485af7b70bcaff2714 (patch)
treed9259eea1947da26a5f52b7ec4bc4bf4824c2d1b /protocols
parentbde145be541e7ba1ad9ed103f9dd82666295cacb (diff)
protocols/core: remove uneeded requires from luci.tools.proto
Diffstat (limited to 'protocols')
-rw-r--r--protocols/core/luasrc/tools/proto.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/core/luasrc/tools/proto.lua b/protocols/core/luasrc/tools/proto.lua
index 020589f8b..740cf94b7 100644
--- a/protocols/core/luasrc/tools/proto.lua
+++ b/protocols/core/luasrc/tools/proto.lua
@@ -13,9 +13,6 @@ You may obtain a copy of the License at
module("luci.tools.proto", package.seeall)
-local uci = require "luci.model.uci".cursor()
-local net = require "luci.model.network"
-
function opt_macaddr(s, ifc, ...)
local v = luci.cbi.Value
local o = s:taboption("advanced", v, "macaddr", ...)