Browse Source

remove unused definition

v2ray 9 years ago
parent
commit
eaa9f8f90a
1 changed files with 0 additions and 7 deletions
  1. 0 7
      app/space.go

+ 0 - 7
app/space.go

@@ -2,13 +2,6 @@ package app
 
 
 type ID int
 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.
 // Context of a function call from proxy to app.
 type Context interface {
 type Context interface {
 	CallerTag() string
 	CallerTag() string