diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-07 17:23:25 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-08 14:17:18 -0300 |
commit | e7d83cb81a0cfd97b7989c5df6e7c910774446c8 (patch) | |
tree | b4543f25a3f94e7522909c178270252b425e4b99 /src | |
parent | fe38baed3830415bc16b7e6c718a80ebe0c29fff (diff) | |
download | rneovim-e7d83cb81a0cfd97b7989c5df6e7c910774446c8.tar.gz rneovim-e7d83cb81a0cfd97b7989c5df6e7c910774446c8.tar.bz2 rneovim-e7d83cb81a0cfd97b7989c5df6e7c910774446c8.zip |
Remove old comment from job.c
Diffstat (limited to 'src')
-rw-r--r-- | src/os/job.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os/job.c b/src/os/job.c index 08e8164015..3a6af7ba92 100644 --- a/src/os/job.c +++ b/src/os/job.c @@ -103,8 +103,6 @@ void job_teardown() // Still alive 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); // Acknowledge child exits uv_run(uv_default_loop(), UV_RUN_NOWAIT); |