remove IndependentCancelCtx

This commit is contained in:
Meo597
2026-07-08 20:56:21 +08:00
parent f30526a60f
commit b53f8b56a4
-3
View File
@@ -10,9 +10,6 @@ import (
"github.com/xtls/xray-core/features/routing"
)
//go:linkname IndependentCancelCtx context.newCancelCtx
func IndependentCancelCtx(parent context.Context) context.Context
const (
inboundSessionKey ctx.SessionKey = 1
outboundSessionKey ctx.SessionKey = 2