[threads] Remove ThreadState_StopRequested (#4462)
[mono.git] / mono / metadata / threadpool-io-poll.c
index 3d32130d3b530cc14ad38ce04cffaf5258ac28cf..d7eff1c210c9feee2ed71ddd206a90f13af9d5fc 100644 (file)
@@ -163,7 +163,6 @@ poll_event_wait (void (*callback) (gint fd, gint events, gpointer user_data), gp
                {
                case EINTR:
                {
-                       mono_thread_internal_check_for_interruption_critical (mono_thread_internal_current ());
                        ready = 0;
                        break;
                }