aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-sharp30/files/patch-gtk_gui-thread-check_profiler_gui-thread-check.c
blob: 614f3e3247ea39aca606162b5211bc46bb3c596c (plain) (blame)
1
2
3
4
5
6
7
8
9
--- gtk/gui-thread-check/profiler/gui-thread-check.c.orig	2018-06-11 18:44:28 UTC
+++ gtk/gui-thread-check/profiler/gui-thread-check.c
@@ -93,6 +93,5 @@ mono_profiler_startup (const char *desc)
 	
 	mono_profiler_install (NULL, NULL);
 	mono_profiler_install_enter_leave (simple_method_enter, NULL);
-	mono_profiler_set_events (MONO_PROFILE_ENTER_LEAVE);
 }