diff options
-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 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" |