소스 검색

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
 }