remove unused variable

pull/215/head
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
1 changed files with 0 additions and 1 deletions

View File

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