From 96846f15181d5bac5f7527a5bcbc65bf4abc3f36 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 9 Oct 2011 22:04:00 +0000 Subject: [PATCH] libs/core: remove uneeded error import --- libs/core/luasrc/model/network.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/core/luasrc/model/network.lua b/libs/core/luasrc/model/network.lua index 0267bb437..6e7a708ad 100644 --- a/libs/core/luasrc/model/network.lua +++ b/libs/core/luasrc/model/network.lua @@ -20,7 +20,6 @@ limitations under the License. local type, next, pairs, ipairs, loadfile, table, tonumber, math, i18n = type, next, pairs, ipairs, loadfile, table, tonumber, math, luci.i18n -local error = error local require = require local nxo = require "nixio" -- 2.11.0