aboutsummaryrefslogtreecommitdiff
path: root/info.go
diff options
context:
space:
mode:
Diffstat (limited to 'info.go')
-rw-r--r--info.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/info.go b/info.go
deleted file mode 100644
index e32587e..0000000
--- a/info.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package bolt
-
-// Info contains information about the database.
-type Info struct {
- MapSize int
- LastPageID int
- LastTransactionID int
- MaxReaders int
- ReaderCount int
-}