Skip to content

Commit 488e477

Browse files
BoxStore: drop testUnalignedMemoryAccess, removed from JNI.
1 parent 6489ffb commit 488e477

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

objectbox-java/src/main/java/io/objectbox/BoxStore.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@ public static String getVersionNative() {
136136
return nativeGetVersion();
137137
}
138138

139-
/**
140-
* Diagnostics: If this method crashes on a device, please send us the logcat output.
141-
*/
142-
public static native void testUnalignedMemoryAccess();
143-
144139
/**
145140
* Creates a native BoxStore instance with FlatBuffer {@link io.objectbox.model.FlatStoreOptions} {@code options}
146141
* and a {@link ModelBuilder} {@code model}. Returns the handle of the native store instance.

tests/objectbox-java-test/src/test/java/io/objectbox/BoxStoreTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535

3636
public class BoxStoreTest extends AbstractObjectBoxTest {
3737

38-
@Test
39-
public void testUnalignedMemoryAccess() {
40-
BoxStore.testUnalignedMemoryAccess();
41-
}
42-
4338
@Test
4439
public void testEmptyTransaction() {
4540
Transaction transaction = store.beginTx();

0 commit comments

Comments
 (0)