diff --git a/src/os/job.c b/src/os/job.c index 443fe50a41..bb8e79124f 100644 --- a/src/os/job.c +++ b/src/os/job.c @@ -212,8 +212,6 @@ bool job_stop(int id) return false; } - uv_read_stop((uv_stream_t *)&job->proc_stdout); - uv_read_stop((uv_stream_t *)&job->proc_stderr); job->stopped = true; return true;