projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d2c8c1
)
Fixed last commit
author
Steven Barth
<steven@midlink.org>
Thu, 20 Nov 2008 21:16:02 +0000
(21:16 +0000)
committer
Steven Barth
<steven@midlink.org>
Thu, 20 Nov 2008 21:16:02 +0000
(21:16 +0000)
libs/core/luasrc/util.lua
patch
|
blob
|
history
diff --git
a/libs/core/luasrc/util.lua
b/libs/core/luasrc/util.lua
index 0bce8598534dc3841c670417356a20c2f3e75ec2..10606e825c2fdce7a504baae14b3a33a71859f00 100644
(file)
--- 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