From 40ebd1e9ae65ee915de2a1ee32c4b6f70251496e Mon Sep 17 00:00:00 2001 From: v2ray Date: Thu, 2 Jun 2016 21:48:43 +0200 Subject: [PATCH] remove unused definition --- transport/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/transport/config.go b/transport/config.go index 7442cb3c7..967b0b1b7 100644 --- a/transport/config.go +++ b/transport/config.go @@ -1,7 +1,5 @@ package transport -type StreamType int - type Config struct { ConnectionReuse bool }