mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +00:00
Remove a debugging statement (oops)
This commit is contained in:
parent
3d85000f13
commit
023af5585f
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ static void *iothread_worker(void *unused)
|
||||||
{
|
{
|
||||||
/* Enqueue the result, and tell the main thread about it */
|
/* Enqueue the result, and tell the main thread about it */
|
||||||
enqueue_thread_result(req);
|
enqueue_thread_result(req);
|
||||||
fprintf(stderr, "write to %d\n", s_write_pipe);
|
|
||||||
const char wakeup_byte = IO_SERVICE_RESULT_QUEUE;
|
const char wakeup_byte = IO_SERVICE_RESULT_QUEUE;
|
||||||
VOMIT_ON_FAILURE(! write_loop(s_write_pipe, &wakeup_byte, sizeof wakeup_byte));
|
VOMIT_ON_FAILURE(! write_loop(s_write_pipe, &wakeup_byte, sizeof wakeup_byte));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue