1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00

Remove an unused and leftover label.

This commit is contained in:
sunil 2019-05-14 02:32:08 +00:00
parent 8772d51dd5
commit 24b86205f8

View File

@ -1,4 +1,4 @@
/* $OpenBSD: main.c,v 1.124 2019/05/12 21:49:52 espie Exp $ */
/* $OpenBSD: main.c,v 1.125 2019/05/14 02:32:08 sunil Exp $ */
/*
* Copyright (c) 2015 Sunil Nimmagadda <sunil@openbsd.org>
@ -272,7 +272,6 @@ parent(int sock, pid_t child_pid)
}
close(sock);
done:
if (waitpid(child_pid, &status, 0) == -1 && errno != ECHILD)
err(1, "wait");