1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 10:08:15 -05:00

remove unused variable

This commit is contained in:
v2ray 2016-06-23 16:06:18 +02:00
parent db3ca752ff
commit 576b16c2f7
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -157,7 +157,6 @@ type KCP struct {
buffer []byte
fastresend int32
congestionControl bool
logmask int32
output Output
}