summaryrefslogtreecommitdiff
path: root/meta/3rd
diff options
context:
space:
mode:
authorC3pa <41503714+C3pa@users.noreply.github.com>2022-05-12 16:19:36 +0200
committerC3pa <41503714+C3pa@users.noreply.github.com>2022-05-12 16:19:36 +0200
commit07854c5762effd2cd49ee67b3c2252e7fda0e072 (patch)
treee732ffd730dbeed2b7cb5a7dd8d7a47e77b31834 /meta/3rd
parent88a3cd6f3b63524dff77850cad876e679547b504 (diff)
downloadlua-language-server-07854c5762effd2cd49ee67b3c2252e7fda0e072.zip
Remove those functions from OpenResty annotations
Diffstat (limited to 'meta/3rd')
-rw-r--r--meta/3rd/OpenResty/library/table.clear.lua7
-rw-r--r--meta/3rd/OpenResty/library/table.new.lua10
2 files changed, 0 insertions, 17 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
diff --git a/meta/3rd/OpenResty/library/table.new.lua b/meta/3rd/OpenResty/library/table.new.lua
deleted file mode 100644
index 385fa672..00000000
--- a/meta/3rd/OpenResty/library/table.new.lua
+++ /dev/null
@@ -1,10 +0,0 @@
----@meta
-
---- Create a new table.
----
----@param narr integer number of array-like items
----@param nrec integer number of hash-like items
----@return table
-local function new(narr, nrec) end
-
-return new \ No newline at end of file