libs/core: remove uneeded error import
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 9 Oct 2011 22:04:00 +0000 (22:04 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 9 Oct 2011 22:04:00 +0000 (22:04 +0000)
libs/core/luasrc/model/network.lua

index 0267bb4..6e7a708 100644 (file)
@@ -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"