mirror of https://github.com/etcd-io/bbolt.git
Merge pull request #210 from tmm1/patch-1
Remove unused import to fix arm buildspull/215/head v1.3.4
commit
68cc10a767
|
@ -1,7 +1,5 @@
|
|||
package bbolt
|
||||
|
||||
import "unsafe"
|
||||
|
||||
// maxMapSize represents the largest mmap size supported by Bolt.
|
||||
const maxMapSize = 0x7FFFFFFF // 2GB
|
||||
|
||||
|
|
Loading…
Reference in New Issue