From: Jo-Philipp Wich Date: Sun, 9 Oct 2011 22:04:00 +0000 (+0000) Subject: libs/core: remove uneeded error import X-Git-Tag: 0.11.0~1587 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=96846f15181d5bac5f7527a5bcbc65bf4abc3f36;p=project%2Fluci.git libs/core: remove uneeded error import --- diff --git a/libs/core/luasrc/model/network.lua b/libs/core/luasrc/model/network.lua index 0267bb437c..6e7a708ad4 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"