Remove erroneous build constraint from arm64

This was preventing ARM64 targets from building.
This commit is contained in:
Alex Crawford 2016-01-19 15:15:53 -08:00
parent 6465994716
commit 8fe5ed6b41

View File

@ -1,5 +1,3 @@
// +build arm64
package bolt
// maxMapSize represents the largest mmap size supported by Bolt.