aboutsummaryrefslogtreecommitdiff
path: root/src/dedo.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-25 21:00:13 -0300
committerEuAndreh <eu@euandre.org>2025-01-25 21:00:13 -0300
commit5f0c78dedbbec2be4c2c7aff47315dc1e5d3d001 (patch)
tree6229f7faff0c154ce40d2896c9608192107ffba7 /src/dedo.go
parentsrc/dedo.go: Remove Tx.CopyFile() and Tx.Page() public functions (diff)
downloaddedo-5f0c78dedbbec2be4c2c7aff47315dc1e5d3d001.tar.gz
dedo-5f0c78dedbbec2be4c2c7aff47315dc1e5d3d001.tar.xz
src/dedo.go: Remove public PageInfo type
Diffstat (limited to 'src/dedo.go')
-rw-r--r--src/dedo.go8
1 files changed, 0 insertions, 8 deletions
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.