aboutsummaryrefslogtreecommitdiff
path: root/const.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-01-10 07:32:12 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-01-10 07:32:12 -0700
commitdf8333328fc7808ad37f7276a115bfd8a00c3780 (patch)
treec0a8d5597c90023a3f4ccc9a29116624a6276896 /const.go
parentMove all C code into repo. (diff)
downloaddedo-df8333328fc7808ad37f7276a115bfd8a00c3780.tar.gz
dedo-df8333328fc7808ad37f7276a115bfd8a00c3780.tar.xz
DB.Open(), pages, and meta.
Diffstat (limited to 'const.go')
-rw-r--r--const.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/const.go b/const.go
index 3bbb8dc..9e7a993 100644
--- a/const.go
+++ b/const.go
@@ -2,8 +2,6 @@ package bolt
const Version = 1
-const magic int32 = 0xBEEFC0DE
-
const (
MaxKeySize = 511
MaxDataSize = 0xffffffff