From a74efb5d167b1f59d1dbe543f599d6764c22defd Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Wed, 9 Sep 2015 15:16:17 -0600 Subject: [PATCH] revert arm64 change This commit removes the arm64 change because it caused issues with Go 1.4. Fixes #416. --- bolt_arm64.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 bolt_arm64.go diff --git a/bolt_arm64.go b/bolt_arm64.go deleted file mode 100644 index cca6b7e..0000000 --- a/bolt_arm64.go +++ /dev/null @@ -1,7 +0,0 @@ -package bolt - -// maxMapSize represents the largest mmap size supported by Bolt. -const maxMapSize = 0xFFFFFFFFFFFF // 256TB - -// maxAllocSize is the size used when creating array pointers. -const maxAllocSize = 0x7FFFFFFF