mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove old comment from job.c
This commit is contained in:
parent
fe38baed38
commit
e7d83cb81a
@ -103,8 +103,6 @@ void job_teardown()
|
|||||||
|
|
||||||
// Still alive
|
// Still alive
|
||||||
while (is_alive(job) && remaining_tries--) {
|
while (is_alive(job) && remaining_tries--) {
|
||||||
// Since this is the first time we're checking, wait 300ms so
|
|
||||||
// every job has a chance to exit normally
|
|
||||||
os_delay(50, 0);
|
os_delay(50, 0);
|
||||||
// Acknowledge child exits
|
// Acknowledge child exits
|
||||||
uv_run(uv_default_loop(), UV_RUN_NOWAIT);
|
uv_run(uv_default_loop(), UV_RUN_NOWAIT);
|
||||||
|
Loading…
Reference in New Issue
Block a user