libs/core: remove uneeded error import

This commit is contained in:
Jo-Philipp Wich 2011-10-09 22:04:00 +00:00
parent c7a95b6683
commit 96846f1518

View 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"