From 5f0c78dedbbec2be4c2c7aff47315dc1e5d3d001 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 25 Jan 2025 21:00:13 -0300 Subject: src/dedo.go: Remove public PageInfo type --- src/dedo.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/dedo.go') diff --git a/src/dedo.go b/src/dedo.go index 27dfc4d..66919f0 100644 --- a/src/dedo.go +++ b/src/dedo.go @@ -250,14 +250,6 @@ type leafPageElement struct { vsize uint32 } -/// PageInfo represents human readable information about a page. -type PageInfo struct { - ID int - Type string - Count int - OverflowCount int -} - type pgids []pgid /// txid represents the internal transaction identifier. -- cgit v1.2.3