diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dedo.go | 8 |
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. |