فهرست منبع

remove unused definition

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
 }