Merge pull request #210 from tmm1/patch-1

Remove unused import to fix arm builds
pull/215/head v1.3.4
Gyuho Lee 2020-03-19 13:29:37 -07:00 committed by GitHub
commit 68cc10a767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
package bbolt
import "unsafe"
// maxMapSize represents the largest mmap size supported by Bolt.
const maxMapSize = 0x7FFFFFFF // 2GB