diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-05 22:15:47 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-05 22:15:47 -0700 |
commit | 0ed3dc3071d7ef0503f3fcbd015b63bbd6eae93e (patch) | |
tree | ac84cf42ed379c1d7b9b0d094a1ac2fe02869dd2 /stat.go | |
parent | Merge pull request #7 from benbjohnson/delete (diff) | |
download | dedo-0ed3dc3071d7ef0503f3fcbd015b63bbd6eae93e.tar.gz dedo-0ed3dc3071d7ef0503f3fcbd015b63bbd6eae93e.tar.xz |
Rename sys ☞ buckets.
Diffstat (limited to 'stat.go')
-rw-r--r-- | stat.go | 10 |
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 -} |