File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/Java.Runtime.Environment/Java.Interop Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments