소스 검색

remove unused types

Darien Raymond 8 년 전
부모
커밋
762afc1d8f
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      app/space.go

+ 0 - 9
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 {
 }