mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core/rawdb: remove unused function print
This commit is contained in:
parent
67b6629da8
commit
d78a095e41
1 changed files with 0 additions and 8 deletions
|
|
@ -41,14 +41,6 @@ func getChunk(size int, b int) []byte {
|
||||||
return data
|
return data
|
||||||
}
|
}
|
||||||
|
|
||||||
func print(t *testing.T, f *freezerTable, item uint64) {
|
|
||||||
a, err := f.Retrieve(item)
|
|
||||||
if err != nil {
|
|
||||||
t.Fatal(err)
|
|
||||||
}
|
|
||||||
t.Logf("db[%d] = %x\n", item, a)
|
|
||||||
}
|
|
||||||
|
|
||||||
// TestFreezerBasics test initializing a freezertable from scratch, writing to the table,
|
// TestFreezerBasics test initializing a freezertable from scratch, writing to the table,
|
||||||
// and reading it back.
|
// and reading it back.
|
||||||
func TestFreezerBasics(t *testing.T) {
|
func TestFreezerBasics(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue