MakeInterface: remove delayExpr

This commit is contained in:
xushiwei
2024-05-09 06:48:16 +08:00
parent 48737e361a
commit 2b70bb60a9
7 changed files with 129 additions and 52 deletions

View File

@@ -44,8 +44,7 @@ const (
vkFuncPtr
vkClosure
vkTuple
vkDelayExpr = -1
vkPhisExpr = -2
vkPhisExpr = -1
)
// -----------------------------------------------------------------------------