Explorar el Código

remove unused types

Darien Raymond hace 8 años
padre
commit
762afc1d8f
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  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 {
 }