aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-04-07 17:23:25 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-08 14:17:18 -0300
commite7d83cb81a0cfd97b7989c5df6e7c910774446c8 (patch)
treeb4543f25a3f94e7522909c178270252b425e4b99 /src
parentfe38baed3830415bc16b7e6c718a80ebe0c29fff (diff)
downloadrneovim-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.c2
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);