Skip to content

Commit 927170e

Browse files
committed
Commented out really unused arch64 variable
and thus giving up hopes for simple fix for failing aarch64 and ppc64le tests
1 parent 6ea88be commit 927170e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/lmdbjava/Library.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ final class Library {
107107
final boolean aarch64 = "aarch64".equals(arch);
108108
final boolean ppc64le = "ppc64le".equals(arch);
109109

110-
final boolean arch64 = x64 || aarch64 || ppc64le;
110+
// final boolean arch64 = x64 || aarch64 || ppc64le;
111111

112112
final String os = getProperty("os.name");
113113
final boolean linux = os.toLowerCase(ENGLISH).startsWith("linux");

0 commit comments

Comments
 (0)