runtime/thread.scm (handle-current-thread-events): Do not warn...
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 17 Nov 2016 22:12:20 +0000 (15:12 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 17 Nov 2016 22:12:20 +0000 (15:12 -0700)
commitb0698a36e95a09aa3789c247000cef78a7124bcf
treede51f007e1b5bac7a755c0f29ba6a3185367a42f
parentece8ad5079c63fe119096ddfc6436b610a8a6927
runtime/thread.scm (handle-current-thread-events): Do not warn...

...on stderr when there is no current thread.  Handle-current-thread-
events is only used by the after-gc-interrupt-handler, which may run
while there is no current thread.
src/runtime/thread.scm