From: Steven Barth Date: Thu, 20 Nov 2008 21:16:02 +0000 (+0000) Subject: Fixed last commit X-Git-Tag: 0.9.0~961 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=408e9d289db1b2f73e9de124d0f323f3869465af;hp=8d2c8c131d9e7165b23eda1bb4926e508a523801 Fixed last commit --- diff --git a/libs/core/luasrc/util.lua b/libs/core/luasrc/util.lua index 0bce85985..10606e825 100644 --- a/libs/core/luasrc/util.lua +++ b/libs/core/luasrc/util.lua @@ -31,7 +31,6 @@ local debug = require "debug" local ldebug = require "luci.debug" local string = require "string" local coroutine = require "coroutine" -local cutil = require "luci.cutil" local getmetatable, setmetatable = getmetatable, setmetatable local rawget, rawset, unpack = rawget, rawset, unpack