Ver Fonte

remove unused definition

v2ray há 9 anos atrás
pai
commit
40ebd1e9ae
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      transport/config.go

+ 0 - 2
transport/config.go

@@ -1,7 +1,5 @@
 package transport
 
-type StreamType int
-
 type Config struct {
 	ConnectionReuse bool
 }