libs/core: remove uneeded error import
This commit is contained in:
parent
c7a95b6683
commit
96846f1518
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue