Skip to content

Commit 4d8537f

Browse files
committed
Remove unused p/invoke
1 parent 358c72a commit 4d8537f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Mono.Android/Android.Runtime/RuntimeNativeMethods.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ enum TraceKind : uint
2020

2121
internal static class RuntimeNativeMethods
2222
{
23-
[DllImport (RuntimeConstants.InternalDllName, CallingConvention = CallingConvention.Cdecl)]
24-
internal extern static void monodroid_log_traces (TraceKind kind, string first_line);
25-
2623
[DllImport (RuntimeConstants.InternalDllName, CallingConvention = CallingConvention.Cdecl)]
2724
internal extern static void monodroid_log (LogLevel level, LogCategories category, string message);
2825

0 commit comments

Comments
 (0)