Skip to content

Commit ee90228

Browse files
committed
Remove unused p/invoke
1 parent 1505901 commit ee90228

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
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)