aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2015-09-09 15:16:17 -0600
committerBen Johnson <benbjohnson@yahoo.com>2015-09-09 15:16:17 -0600
commita74efb5d167b1f59d1dbe543f599d6764c22defd (patch)
tree475d675fa2353b34d2994ecea52419881d9ab28a
parentMerge pull request #414 from jefby/jefby (diff)
downloaddedo-a74efb5d167b1f59d1dbe543f599d6764c22defd.tar.gz
dedo-a74efb5d167b1f59d1dbe543f599d6764c22defd.tar.xz
revert arm64 change
This commit removes the arm64 change because it caused issues with Go 1.4. Fixes #416.
-rw-r--r--bolt_arm64.go7
1 files changed, 0 insertions, 7 deletions
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