Skip to content

Commit f1b270d

Browse files
authored
[Java.Runtime.Environment] Remove decl for java_interop_strdup (#1256)
It's not actually used within `Java.Runtime.Environment.dll`.
1 parent d859965 commit f1b270d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,6 @@ partial class JreNativeMethods {
407407
[DllImport (JavaInteropLib, CallingConvention=CallingConvention.Cdecl)]
408408
internal static extern int java_interop_gc_bridge_remove_current_app_domain (IntPtr bridge);
409409

410-
[DllImport (JavaInteropLib, CallingConvention=CallingConvention.Cdecl)]
411-
internal static extern IntPtr java_interop_strdup (string value);
412-
413410
[DllImport (JavaInteropLib, CallingConvention=CallingConvention.Cdecl)]
414411
internal static extern int java_interop_gc_bridge_set_bridge_processing_field (IntPtr bridge, RuntimeTypeHandle type_handle, string field_name);
415412

0 commit comments

Comments
 (0)