From: Matt Birkholz Date: Tue, 5 Jan 2016 21:59:55 +0000 (-0700) Subject: Remove extra call to maybe-signal-io-thread-events in yield-current- X-Git-Tag: mit-scheme-pucked-9.2.12~378 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5be36633b7a526e67c102a5cc066fb1d6f2406da;p=mit-scheme.git Remove extra call to maybe-signal-io-thread-events in yield-current- This must have snuck in with a large merge. --- 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