1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 23:06:14 -04:00

remove unnecessary import

This commit is contained in:
Darien Raymond 2016-11-30 22:24:59 +01:00
parent 3ffef74d75
commit eb877fa808
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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