aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2016-01-19 16:37:15 -0700
committerBen Johnson <benbjohnson@yahoo.com>2016-01-19 16:37:15 -0700
commit209a1812920e768076aec619dcd0119fab92fb4e (patch)
tree0d441974121e9db94cd957e2427297e7a7f8be44
parentMerge pull request #487 from darklynx/add_project (diff)
parentRemove erroneous build constraint from arm64 (diff)
downloaddedo-209a1812920e768076aec619dcd0119fab92fb4e.tar.gz
dedo-209a1812920e768076aec619dcd0119fab92fb4e.tar.xz
Merge pull request #491 from crawford/arm64
Remove erroneous build constraint from arm64
-rw-r--r--bolt_arm64.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/bolt_arm64.go b/bolt_arm64.go
index 6d23093..cca6b7e 100644
--- a/bolt_arm64.go
+++ b/bolt_arm64.go
@@ -1,5 +1,3 @@
-// +build arm64
-
package bolt
// maxMapSize represents the largest mmap size supported by Bolt.