diff --git a/app/space.go b/app/space.go index 806e4f760..01a48d12f 100644 --- a/app/space.go +++ b/app/space.go @@ -4,15 +4,6 @@ import "v2ray.com/core/common/errors" type ID int -// Context of a function call from proxy to app. -type Context interface { - CallerTag() string -} - -type Caller interface { - Tag() string -} - type Application interface { }