[threads] Remove ThreadState_StopRequested (#4462)
[mono.git] / mono / metadata / threadpool-io-kqueue.c
index 4422b668e8f61c7c2d2a630e1b1cb702dfb5fd56..47f346a28918863dfae0fae8fcc8568f28d1874d 100644 (file)
@@ -90,7 +90,6 @@ kqueue_event_wait (void (*callback) (gint fd, gint events, gpointer user_data),
        if (ready == -1) {
                switch (errno) {
                case EINTR:
-                       mono_thread_internal_check_for_interruption_critical (mono_thread_internal_current ());
                        ready = 0;
                        break;
                default: