瀏覽代碼

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
 }