Remove redundant comment

This commit is contained in:
Thomas Orozco 2015-02-28 18:35:03 -05:00
parent 5cd40fe845
commit 38892ce93e
1 changed files with 0 additions and 1 deletions

1
tini.c
View File

@ -258,7 +258,6 @@ int main(int argc, char *argv[]) {
/* Now, reap zombies */
if (reap_zombies(child_pid, &child_exitcode)) {
// Oops!
return 1;
}