summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty/core/ctx.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/resty/core/ctx.lua')
m---------meta/3rd/OpenResty0
-rw-r--r--meta/3rd/OpenResty/library/resty/core/ctx.lua9
2 files changed, 0 insertions, 9 deletions
diff --git a/meta/3rd/OpenResty b/meta/3rd/OpenResty
new file mode 160000
+Subproject 3bec36f0f645bb38b3c8208990d5c36feb66ce3
diff --git a/meta/3rd/OpenResty/library/resty/core/ctx.lua b/meta/3rd/OpenResty/library/resty/core/ctx.lua
deleted file mode 100644
index 7f94db15..00000000
--- a/meta/3rd/OpenResty/library/resty/core/ctx.lua
+++ /dev/null
@@ -1,9 +0,0 @@
----@meta
-local resty_core_ctx={}
-resty_core_ctx._VERSION = require("resty.core.base").version
-
----@param ctx? table
----@return table
-function resty_core_ctx.get_ctx_table(ctx) end
-
-return resty_core_ctx \ No newline at end of file