[threads] Remove ThreadState_StopRequested (#4462)
[mono.git] / mono / metadata / threadpool-io-epoll.c
index 2bc99e105b9cca5e57845d28d8ff21e3a68a305d..82d9b07ad14de051920b533ef9245005641a981e 100644 (file)
@@ -93,7 +93,6 @@ epoll_event_wait (void (*callback) (gint fd, gint events, gpointer user_data), g
        if (ready == -1) {
                switch (errno) {
                case EINTR:
-                       mono_thread_internal_check_for_interruption_critical (mono_thread_internal_current ());
                        ready = 0;
                        break;
                default: