Browse Source

remove unnecessary import

Darien Raymond 9 years ago
parent
commit
eb877fa808
1 changed files with 0 additions and 1 deletions
  1. 0 1
      transport/internet/kcp/segment.go

+ 0 - 1
transport/internet/kcp/segment.go

@@ -3,7 +3,6 @@ package kcp
 import (
 import (
 	"v2ray.com/core/common"
 	"v2ray.com/core/common"
 	"v2ray.com/core/common/alloc"
 	"v2ray.com/core/common/alloc"
-	_ "v2ray.com/core/common/log"
 	"v2ray.com/core/common/serial"
 	"v2ray.com/core/common/serial"
 )
 )