summaryrefslogtreecommitdiffhomepage
path: root/libs/core
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-11-20 21:16:02 +0000
committerSteven Barth <steven@midlink.org>2008-11-20 21:16:02 +0000
commit408e9d289db1b2f73e9de124d0f323f3869465af (patch)
tree2db6b0de1a5cb39334d09083f3835f0053cd17aa /libs/core
parent8d2c8c131d9e7165b23eda1bb4926e508a523801 (diff)
Fixed last commit
Diffstat (limited to 'libs/core')
-rw-r--r--libs/core/luasrc/util.lua1
1 files changed, 0 insertions, 1 deletions
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