diff options
author | Steven Barth <steven@midlink.org> | 2008-11-20 21:16:02 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-11-20 21:16:02 +0000 |
commit | 408e9d289db1b2f73e9de124d0f323f3869465af (patch) | |
tree | 2db6b0de1a5cb39334d09083f3835f0053cd17aa | |
parent | 8d2c8c131d9e7165b23eda1bb4926e508a523801 (diff) |
Fixed last commit
-rw-r--r-- | libs/core/luasrc/util.lua | 1 |
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 |