summaryrefslogtreecommitdiffhomepage
path: root/libs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-09 22:04:00 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-09 22:04:00 +0000
commit96846f15181d5bac5f7527a5bcbc65bf4abc3f36 (patch)
tree5012eb76b6eb06b0be18b49f3b9089e86f86d081 /libs
parentc7a95b6683078c1800087446a1c1ca660bb1dec0 (diff)
libs/core: remove uneeded error import
Diffstat (limited to 'libs')
-rw-r--r--libs/core/luasrc/model/network.lua1
1 files changed, 0 insertions, 1 deletions
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"