From 5be36633b7a526e67c102a5cc066fb1d6f2406da Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 5 Jan 2016 14:59:55 -0700 Subject: [PATCH] Remove extra call to maybe-signal-io-thread-events in yield-current- This must have snuck in with a large merge. --- src/runtime/thread.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/thread.scm b/src/runtime/thread.scm index 543aadc68..fb9026a13 100644 --- a/src/runtime/thread.scm +++ b/src/runtime/thread.scm @@ -379,7 +379,6 @@ USA. (define (yield-current-thread) (without-interrupts (lambda () - (maybe-signal-io-thread-events) (call-with-current-thread #t (lambda (thread) ;; Allow preemption now, since the current thread has -- 2.25.1