summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/table.clear.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/table.clear.lua')
-rw-r--r--meta/3rd/OpenResty/library/table.clear.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/3rd/OpenResty/library/table.clear.lua b/meta/3rd/OpenResty/library/table.clear.lua
deleted file mode 100644
index ba6dfa24..00000000
--- a/meta/3rd/OpenResty/library/table.clear.lua
+++ /dev/null
@@ -1,7 +0,0 @@
----@meta
-
---- Clear a table of its contents.
----@param t table
-local function clear(t) end
-
-return clear \ No newline at end of file