Skip to content

Commit

Permalink
[Java.Runtime.Environment] Remove decl for java_interop_strdup (#1256)
Browse files Browse the repository at this point in the history
It's not actually used within `Java.Runtime.Environment.dll`.
  • Loading branch information
filipnavara committed Sep 24, 2024
1 parent d859965 commit f1b270d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,6 @@ partial class JreNativeMethods {
[DllImport (JavaInteropLib, CallingConvention=CallingConvention.Cdecl)]
internal static extern int java_interop_gc_bridge_remove_current_app_domain (IntPtr bridge);

[DllImport (JavaInteropLib, CallingConvention=CallingConvention.Cdecl)]
internal static extern IntPtr java_interop_strdup (string value);

[DllImport (JavaInteropLib, CallingConvention=CallingConvention.Cdecl)]
internal static extern int java_interop_gc_bridge_set_bridge_processing_field (IntPtr bridge, RuntimeTypeHandle type_handle, string field_name);

Expand Down

0 comments on commit f1b270d

Please sign in to comment.