From 182d798c5f095289ff15cc6a8a4826d8c938df34 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Tue, 18 Nov 2025 21:29:20 +0200 Subject: [PATCH] remove unnecessary field --- core/rawdb/ancient_utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/rawdb/ancient_utils.go b/core/rawdb/ancient_utils.go index c38124da8b..9e00bae4f1 100644 --- a/core/rawdb/ancient_utils.go +++ b/core/rawdb/ancient_utils.go @@ -32,7 +32,6 @@ type tableSize struct { // freezerInfo contains the basic information of the freezer. type freezerInfo struct { name string // The identifier of freezer - ancients uint64 // The total number of stored items in the freezer head uint64 // The number of last stored item in the freezer, valid only if ancients > 0 tail uint64 // The number of first stored item in the freezer count uint64 // The number of stored items in the freezer