Update trie.go

This commit is contained in:
rjl493456442 2024-06-19 09:53:22 +08:00 committed by GitHub
parent 55085ed3f9
commit 94ae252fd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,6 @@ type Trie struct {
reader *trieReader reader *trieReader
// tracer is the tool to track the trie changes. // tracer is the tool to track the trie changes.
// It will be reset after each commit operation.
tracer *tracer tracer *tracer
} }