Explorar el Código

remove unused definition

v2ray hace 9 años
padre
commit
40ebd1e9ae
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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
 }