From 6131fa8a87770dc700cd6a064dff5f9603b8d0b5 Mon Sep 17 00:00:00 2001 From: "sergey.kitov" Date: Thu, 30 Dec 2021 17:04:22 +0200 Subject: [PATCH] util: Remove unreachable code. --- src/util/rawlog.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.47.3