Bläddra i källkod

remove unused variable

v2ray 9 år sedan
förälder
incheckning
576b16c2f7
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      transport/internet/kcp/kcp.go

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

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