From 0ed3dc3071d7ef0503f3fcbd015b63bbd6eae93e Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Wed, 5 Feb 2014 22:15:47 -0700 Subject: Rename sys ☞ buckets. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stat.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 stat.go (limited to 'stat.go') 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 -} -- cgit v1.2.3