luci-base: harden cookie sysauth=
[project/luci.git] / modules / luci-base / luasrc / util.luadoc
index 19c8010..c4f28d0 100644 (file)
@@ -256,14 +256,6 @@ Clones the given object and return it's copy.
 ]]
 
 ---[[
-Create a dynamic table which automatically creates subtables.
-
-@class                         function
-@name                          dtable
-@return                                Dynamic Table
-]]
-
----[[
 Recursively serialize given data to lua code, suitable for restoring
 with loadstring().