diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2015-09-09 15:16:17 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2015-09-09 15:16:17 -0600 |
commit | a74efb5d167b1f59d1dbe543f599d6764c22defd (patch) | |
tree | 475d675fa2353b34d2994ecea52419881d9ab28a | |
parent | Merge pull request #414 from jefby/jefby (diff) | |
download | dedo-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.go | 7 |
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 |