From c7e2dea6f6148d0972c0b1f2795910c9a24ac27a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Oct 2024 13:24:52 -0300 Subject: Normalize structure following other projects --- src/bolt_ppc64le.go | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/bolt_ppc64le.go (limited to 'src/bolt_ppc64le.go') diff --git a/src/bolt_ppc64le.go b/src/bolt_ppc64le.go deleted file mode 100644 index 8c143bc..0000000 --- a/src/bolt_ppc64le.go +++ /dev/null @@ -1,12 +0,0 @@ -// +build ppc64le - -package bolt - -// maxMapSize represents the largest mmap size supported by Bolt. -const maxMapSize = 0xFFFFFFFFFFFF // 256TB - -// maxAllocSize is the size used when creating array pointers. -const maxAllocSize = 0x7FFFFFFF - -// Are unaligned load/stores broken on this arch? -var brokenUnaligned = false -- cgit v1.2.3