Skip to content

Commit dcd4ba1

Browse files
Update MonoRuntimeValueManager.cs
1 parent 7f6f237 commit dcd4ba1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Java.Runtime.Environment/Java.Interop/MonoRuntimeValueManager.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -415,18 +415,6 @@ partial class JreNativeMethods {
415415

416416
[DllImport (JavaInteropLib, CallingConvention=CallingConvention.Cdecl)]
417417
internal static extern void java_interop_gc_bridge_wait_for_bridge_processing (IntPtr bridge);
418-
419-
[DllImport (JavaInteropLib, CallingConvention=CallingConvention.Cdecl)]
420-
internal static extern unsafe int java_interop_gc_bridge_set_mark_cross_references (
421-
IntPtr bridge,
422-
delegate* unmanaged[Cdecl]<System.Runtime.InteropServices.Java.MarkCrossReferences*, void> markCrossReferences
423-
);
424-
425-
[DllImport (JavaInteropLib, CallingConvention=CallingConvention.Cdecl)]
426-
internal static extern unsafe int java_interop_gc_bridge_release_mark_cross_references_resources (
427-
IntPtr bridge,
428-
System.Runtime.InteropServices.Java.MarkCrossReferences* crossReferences
429-
);
430418
}
431419

432420
sealed class OverrideStackTrace : Exception {

0 commit comments

Comments
 (0)