summaryrefslogtreecommitdiff
path: root/vendor/github.com/etcd-io/bbolt/bolt_386.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/etcd-io/bbolt/bolt_386.go')
-rw-r--r--vendor/github.com/etcd-io/bbolt/bolt_386.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/github.com/etcd-io/bbolt/bolt_386.go b/vendor/github.com/etcd-io/bbolt/bolt_386.go
deleted file mode 100644
index 4d35ee7cf..000000000
--- a/vendor/github.com/etcd-io/bbolt/bolt_386.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package bbolt
-
-// maxMapSize represents the largest mmap size supported by Bolt.
-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