diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-05 22:16:48 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-05 22:16:48 -0700 |
commit | cf464375a1d2037403aa47ebed567078ae8aba41 (patch) | |
tree | ac84cf42ed379c1d7b9b0d094a1ac2fe02869dd2 /stat.go | |
parent | Merge pull request #7 from benbjohnson/delete (diff) | |
parent | Rename sys ☞ buckets. (diff) | |
download | dedo-cf464375a1d2037403aa47ebed567078ae8aba41.tar.gz dedo-cf464375a1d2037403aa47ebed567078ae8aba41.tar.xz |
Merge pull request #8 from benbjohnson/master
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 -} |