Skip to content

Commit 68cc10a

Browse files
authored
Merge pull request #210 from tmm1/patch-1
Remove unused import to fix arm builds
2 parents 4d27a42 + 52871c4 commit 68cc10a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bolt_arm.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package bbolt
22

3-
import "unsafe"
4-
53
// maxMapSize represents the largest mmap size supported by Bolt.
64
const maxMapSize = 0x7FFFFFFF // 2GB
75

0 commit comments

Comments
 (0)