From df8333328fc7808ad37f7276a115bfd8a00c3780 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Fri, 10 Jan 2014 07:32:12 -0700 Subject: DB.Open(), pages, and meta. --- const.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'const.go') 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 -- cgit v1.2.3