private closureCtx/closureStub

This commit is contained in:
xushiwei
2024-06-15 10:41:28 +08:00
parent 94d567bf8f
commit 1599ba0294
4 changed files with 12 additions and 10 deletions

View File

@@ -26,13 +26,6 @@ import (
// -----------------------------------------------------------------------------
const (
ClosureCtx = "__llgo_ctx"
ClosureStub = "__llgo_stub."
)
// -----------------------------------------------------------------------------
const (
NameValist = "__llgo_va_list"
)