From 016ab30c50f0628acc48bc25ceddef730dddd7a2 Mon Sep 17 00:00:00 2001 From: wit liu <765765346@qq.com> Date: Mon, 8 Dec 2025 15:22:37 +0800 Subject: [PATCH] bmt: fix unused warnings (#1825) --- bmt/bmt.go | 1 - 1 file changed, 1 deletion(-) 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 }