Skip to content

Commit

Permalink
Merge pull request #210 from tmm1/patch-1
Browse files Browse the repository at this point in the history
Remove unused import to fix arm builds
  • Loading branch information
gyuho committed Mar 19, 2020
2 parents 4d27a42 + 52871c4 commit 68cc10a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bolt_arm.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package bbolt

import "unsafe"

// maxMapSize represents the largest mmap size supported by Bolt.
const maxMapSize = 0x7FFFFFFF // 2GB

Expand Down

0 comments on commit 68cc10a

Please sign in to comment.