]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
util: Remove unreachable code.
authorsergey.kitov <sergey.kitov@open-xchange.com>
Thu, 30 Dec 2021 15:04:22 +0000 (17:04 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 19 Jan 2022 11:06:38 +0000 (11:06 +0000)
src/util/rawlog.c

index f4e428b002246ce13c03d075f413348bb3af3c22..089e8f1dc5a39c766e66d0716ff723d4e7ea5e1f 100644 (file)
@@ -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;
 }