From: claudio Date: Thu, 4 Mar 2021 14:02:34 +0000 (+0000) Subject: Remove NOTREACHED marker, it should be obvious when the code is: X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=299abb8751563ddec046c3207cd6826c1d0b1742;p=openbsd Remove NOTREACHED marker, it should be obvious when the code is: exit(rc); /* NOTREACHED */ --- diff --git a/usr.sbin/rpki-client/rsync.c b/usr.sbin/rpki-client/rsync.c index 2497b50335b..206475c54cc 100644 --- a/usr.sbin/rpki-client/rsync.c +++ b/usr.sbin/rpki-client/rsync.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsync.c,v 1.19 2021/02/23 14:25:29 claudio Exp $ */ +/* $OpenBSD: rsync.c,v 1.20 2021/03/04 14:02:34 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -309,5 +309,4 @@ proc_rsync(char *prog, char *bind_addr, int fd) msgbuf_clear(&msgq); free(ids); exit(rc); - /* NOTREACHED */ }