File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
objectbox-java/src/main/java/io/objectbox
tests/objectbox-java-test/src/test/java/io/objectbox Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 3535
3636public 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 ();
You can’t perform that action at this time.
0 commit comments