v2ray пре 9 година
родитељ
комит
40ebd1e9ae
1 измењених фајлова са 0 додато и 2 уклоњено
  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
 }