diff --git a/bmt/bmt.go b/bmt/bmt.go index 70a7c30510..d8036a01ca 100644 --- a/bmt/bmt.go +++ b/bmt/bmt.go @@ -80,7 +80,6 @@ type Hasher struct { depth int // index of last level result chan []byte // result channel hash []byte // to record the result - max int32 // max segments for SegmentWriter interface blockLength []byte // The block length that needes to be added in Sum }