projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39ccc06
)
Remove extra call to maybe-signal-io-thread-events in yield-current-
author
Matt Birkholz
<puck@birchwood-abbey.net>
Tue, 5 Jan 2016 21:59:55 +0000
(14:59 -0700)
committer
Matt Birkholz
<puck@birchwood-abbey.net>
Tue, 5 Jan 2016 21:59:55 +0000
(14:59 -0700)
This must have snuck in with a large merge.
src/runtime/thread.scm
patch
|
blob
|
history
diff --git
a/src/runtime/thread.scm
b/src/runtime/thread.scm
index 543aadc68ab094e364e6973e38c8c58dd39d6dfe..fb9026a13be5f1a590a40b190ee455c0cdad7fa9 100644
(file)
--- 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