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 0bce8598534dc3841c670417356a20c2f3e75ec2..10606e825c2fdce7a504baae14b3a33a71859f00 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