mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 15:36:41 -05:00
remove unused definition
This commit is contained in:
parent
39eea81c5c
commit
eaa9f8f90a
@ -2,13 +2,6 @@ package app
|
||||
|
||||
type ID int
|
||||
|
||||
const (
|
||||
PACKET_DISPATCHER = ID(1)
|
||||
DNS_CACHE = ID(2)
|
||||
PUBSUB = ID(3)
|
||||
INBOUND_HANDLER_MANAGER = ID(4)
|
||||
)
|
||||
|
||||
// Context of a function call from proxy to app.
|
||||
type Context interface {
|
||||
CallerTag() string
|
||||
|
Loading…
Reference in New Issue
Block a user