From 063ce11c243636d1a8a5d8803c3dd7e9568ce3d7 Mon Sep 17 00:00:00 2001 From: Airat Arifullin Date: Wed, 8 May 2024 15:07:13 +0300 Subject: [PATCH] [#82] object: Erase field `Signature` from `ECHeader` v2 type * The field `Signature` is not used and should be factored out. Signed-off-by: Airat Arifullin --- object/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/object/types.go b/object/types.go index 78c8d43..c9a0519 100644 --- a/object/types.go +++ b/object/types.go @@ -47,7 +47,6 @@ type ECHeader struct { Total uint32 Header []byte HeaderLength uint32 - Signature []byte } type Header struct {