remove unused types

pull/362/head
Darien Raymond 8 years ago
parent b9fb670ca6
commit 762afc1d8f
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -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 {
}

Loading…
Cancel
Save