Revert "vendor: update go.etcd.io/bbolt v1.3.4"

This reverts commit fb9e3d9f21.

Fixes: #4154

Signed-off-by: Maksym Pavlenko <makpav@amazon.com>
This commit is contained in:
Maksym Pavlenko
2020-04-04 23:16:26 -07:00
parent a89fe1b5b8
commit 3968fb0a49
24 changed files with 132 additions and 235 deletions

View File

@@ -7,3 +7,6 @@ const maxMapSize = 0x7FFFFFFF // 2GB
// maxAllocSize is the size used when creating array pointers.
const maxAllocSize = 0xFFFFFFF
// Are unaligned load/stores broken on this arch?
var brokenUnaligned = false