aboutsummaryrefslogtreecommitdiff
path: root/stat.go
diff options
context:
space:
mode:
Diffstat (limited to 'stat.go')
-rw-r--r--stat.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/stat.go b/stat.go
deleted file mode 100644
index b01fa99..0000000
--- a/stat.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package bolt
-
-type Stat struct {
- PageSize int
- Depth int
- BranchPageCount int
- LeafPageCount int
- OverflowPageCount int
- EntryCount int
-}