Skip to content

Commit

Permalink
Remove unused import to fix arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 authored Mar 19, 2020
1 parent 4d27a42 commit 52871c4
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 52871c4

Please sign in to comment.