Skip to content

Commit f94ce19

Browse files
Style fix.
1 parent 745d079 commit f94ce19

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/headers/LibC.java

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

3636
import jdk.graal.compiler.api.replacements.Fold;
3737

38-
import jdk.graal.compiler.api.replacements.Fold;
39-
4038
/** Platform-independent LibC support. */
4139
public class LibC {
4240
public static final int EXIT_CODE_ABORT = 99;

substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/nmt/NativeMemoryTrackingTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939

4040
public class NativeMemoryTrackingTests {
4141
private static final int ALLOCATION_SIZE = 1024 * 16;
42-
private static final int RESERVE_SIZE = ALLOCATION_SIZE;
4342
private static final int REALLOC_SIZE = ALLOCATION_SIZE / 2;
4443

4544
@Test

0 commit comments

Comments
 (0)