From: Christophe Jaillet Date: Sat, 21 Nov 2015 22:20:54 +0000 (+0000) Subject: Remove some useless 'return' statements. X-Git-Tag: 2.5.0-alpha~2609 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ef60cdf1445662478b7c248d996bd382a6ec24c;p=thirdparty%2Fapache%2Fhttpd.git Remove some useless 'return' statements. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715585 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm_common.c b/server/mpm_common.c index d5b446d2c5a..9a010f34af4 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -215,7 +215,6 @@ AP_DECLARE(void) ap_wait_or_timeout(apr_exit_why_e *status, int *exitcode, apr_sleep(apr_time_from_sec(1)); ret->pid = -1; - return; } #if defined(TCP_NODELAY)