Skip to content

Commit 67f62ae

Browse files
authored
Merge pull request #86 from Microsoft/remove-unimplemented-method
Remove unimplemented method
2 parents b8a5a32 + dbf866c commit 67f62ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Assets/AppCenter/Plugins/AppCenterSDK/Crashes/iOS/CrashesInternal.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ public static ErrorReport LastSessionCrashReport()
108108
[DllImport("__Internal")]
109109
private static extern IntPtr appcenter_unity_crashes_last_session_crash_report();
110110

111-
[DllImport("__Internal")]
112-
private static extern void appcenter_unity_crashes_set_user_confirmation_handler(IntPtr handler);
113-
114111
[DllImport("__Internal")]
115112
private static extern string app_center_unity_crashes_error_report_exception_name(IntPtr errorReport);
116113

0 commit comments

Comments
 (0)