bmt: fix unused warnings (#1825)

This commit is contained in:
wit liu 2025-12-08 15:22:37 +08:00 committed by GitHub
parent 013098e59d
commit 016ab30c50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}