diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-09 22:04:00 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-09 22:04:00 +0000 |
commit | 96846f15181d5bac5f7527a5bcbc65bf4abc3f36 (patch) | |
tree | 5012eb76b6eb06b0be18b49f3b9089e86f86d081 /libs | |
parent | c7a95b6683078c1800087446a1c1ca660bb1dec0 (diff) |
libs/core: remove uneeded error import
Diffstat (limited to 'libs')
-rw-r--r-- | libs/core/luasrc/model/network.lua | 1 |
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" |