From: sergey.kitov Date: Thu, 30 Dec 2021 15:04:22 +0000 (+0200) Subject: util: Remove unreachable code. X-Git-Tag: 2.4.0~4655 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6131fa8a87770dc700cd6a064dff5f9603b8d0b5;p=thirdparty%2Fdovecot%2Fcore.git util: Remove unreachable code. --- diff --git a/src/util/rawlog.c b/src/util/rawlog.c index f4e428b002..089e8f1dc5 100644 --- a/src/util/rawlog.c +++ b/src/util/rawlog.c @@ -424,5 +424,4 @@ int main(int argc, char *argv[]) i_fatal_status(FATAL_EXEC, "execv(%s) failed: %m", executable); /* not reached */ - return FATAL_EXEC; }