mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
remove unnecessary field
This commit is contained in:
parent
15e5fd81c7
commit
182d798c5f
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue