1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 09:55:22 +00:00

remove unused definition

This commit is contained in:
v2ray 2016-06-02 21:48:43 +02:00
parent 72fb5a256c
commit 40ebd1e9ae

View File

@ -1,7 +1,5 @@
package transport
type StreamType int
type Config struct {
ConnectionReuse bool
}