From 469f0ce9f8ed18fb6442d6810779b9922ed0aa92 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 24 Jan 2025 19:39:55 -0300 Subject: Remove other unused code --- tests/dedo.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/dedo.go') diff --git a/tests/dedo.go b/tests/dedo.go index 4985cf7..3634f00 100644 --- a/tests/dedo.go +++ b/tests/dedo.go @@ -4765,11 +4765,6 @@ func TestPage_typ(t *testing.T) { } } -// Ensure that the hexdump debugging function doesn't blow up. -func TestPage_dump(t *testing.T) { - (&page{id: 256}).hexdump(16) -} - func TestPgids_merge(t *testing.T) { a := pgids{4, 5, 6, 10, 11, 12, 13, 27} b := pgids{1, 3, 8, 9, 25, 30} @@ -6142,7 +6137,6 @@ func MainTest() { { "TestNode_split_MinKeys", TestNode_split_MinKeys }, { "TestNode_split_SinglePage", TestNode_split_SinglePage }, { "TestPage_typ", TestPage_typ }, - { "TestPage_dump", TestPage_dump }, { "TestPgids_merge", TestPgids_merge }, { "TestPgids_merge_quick", TestPgids_merge_quick }, { "TestSimulate_1op_1p", TestSimulate_1op_1p }, -- cgit v1.2.3