We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6888e3 commit 4d531bbCopy full SHA for 4d531bb
SwiftKitFFM/src/test/java/org/swift/swiftkit/ffm/AutoArenaTest.java
@@ -48,8 +48,6 @@ public void cleaner_releases_native_resource() {
48
}
49
50
private static class FakeSwiftInstance extends FFMSwiftInstance implements SwiftHeapObject {
51
- private final AtomicBoolean $state$destroyed = new AtomicBoolean(false);
52
-
53
public FakeSwiftInstance(AllocatingSwiftArena arena) {
54
super(MemorySegment.NULL, arena);
55
@@ -58,10 +56,5 @@ public FakeSwiftInstance(AllocatingSwiftArena arena) {
58
56
public SwiftAnyType $swiftType() {
59
57
return null;
60
61
62
- @Override
63
- public AtomicBoolean $statusDestroyedFlag() {
64
- return $state$destroyed;
65
- }
66
67
0 commit comments