From e7d83cb81a0cfd97b7989c5df6e7c910774446c8 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Mon, 7 Apr 2014 17:23:25 -0300 Subject: Remove old comment from job.c --- src/os/job.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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); -- cgit