From 8e34d47d4fc7e1697e802019c7afe5248ea2bf36 Mon Sep 17 00:00:00 2001 From: Sahil-4555 Date: Tue, 23 Dec 2025 10:38:53 +0530 Subject: [PATCH] fix lint --- common/bitutil/bitutil.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/bitutil/bitutil.go b/common/bitutil/bitutil.go index 99a8c2ee18..b4d44da98f 100644 --- a/common/bitutil/bitutil.go +++ b/common/bitutil/bitutil.go @@ -15,7 +15,6 @@ import ( const wordSize = int(unsafe.Sizeof(uintptr(0))) const supportsUnaligned = runtime.GOARCH == "386" || runtime.GOARCH == "amd64" || runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" || runtime.GOARCH == "s390x" - // ANDBytes ands the bytes in a and b. The destination is assumed to have enough // space. Returns the number of bytes and'd. func ANDBytes(dst, a, b []byte) int {