aboutsummaryrefslogtreecommitdiff
path: root/stat.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-02-05 22:15:47 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-02-05 22:15:47 -0700
commit0ed3dc3071d7ef0503f3fcbd015b63bbd6eae93e (patch)
treeac84cf42ed379c1d7b9b0d094a1ac2fe02869dd2 /stat.go
parentMerge pull request #7 from benbjohnson/delete (diff)
downloaddedo-0ed3dc3071d7ef0503f3fcbd015b63bbd6eae93e.tar.gz
dedo-0ed3dc3071d7ef0503f3fcbd015b63bbd6eae93e.tar.xz
Rename sys ☞ buckets.
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
-}