소스 검색

remove unused variable

v2ray 9 년 전
부모
커밋
576b16c2f7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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
 }