aboutsummaryrefslogtreecommitdiff
path: root/const.go
diff options
context:
space:
mode:
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