luci-base: refactor luci.http
[oweals/luci.git] / modules / luci-base / luasrc / util.luadoc
index 19c8010dfd565a735e28891404853b2dbc89408e..c4f28d039a635297e1b58704a025deeca76e3d72 100644 (file)
@@ -255,14 +255,6 @@ Clones the given object and return it's copy.
 @return                                Cloned table value
 ]]
 
----[[
-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().