[runtime] Use condvars instead of events for notifying the finalizer thread.
[mono.git] / mono / metadata / runtime.c
index 7b14f436536eb13fb0b509a6c2645ccd816bcda8..2b8118f693749bca3761ca69a0090fe88ddf18c3 100644 (file)
@@ -119,8 +119,6 @@ mono_runtime_try_shutdown (void)
 gboolean
 mono_runtime_is_critical_method (MonoMethod *method)
 {
-       if (mono_monitor_is_il_fastpath_wrapper (method))
-               return TRUE;
        return FALSE;
 }