Fixed last commit
authorSteven Barth <steven@midlink.org>
Thu, 20 Nov 2008 21:16:02 +0000 (21:16 +0000)
committerSteven Barth <steven@midlink.org>
Thu, 20 Nov 2008 21:16:02 +0000 (21:16 +0000)
libs/core/luasrc/util.lua

index 0bce859..10606e8 100644 (file)
@@ -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