Prune /*NOTREACHED*/

This includes a simplification of mkbusy and format correctness in zhack
and ztest

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Issue #12201
This commit is contained in:
наб
2021-06-05 14:18:37 +02:00
committed by Brian Behlendorf
parent 5dbf6c5a66
commit 90f1c3c946
11 changed files with 246 additions and 257 deletions
+1 -2
View File
@@ -36,7 +36,7 @@
#include <time.h>
#include <unistd.h>
static void
static __attribute__((noreturn)) void
usage(void)
{
(void) fprintf(stderr,
@@ -51,7 +51,6 @@ usage(void)
" will be generated.\n"
"The value must be unique among your systems.\n");
exit(EXIT_FAILURE);
/* NOTREACHED */
}
int