aboutsummaryrefslogtreecommitdiff
path: root/src/dedo.go
diff options
context:
space:
mode:
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.