]> granicus.if.org Git - apache/commitdiff
Remove some useless 'return' statements.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 21 Nov 2015 22:07:26 +0000 (22:07 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 21 Nov 2015 22:07:26 +0000 (22:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715584 13f79535-47bb-0310-9956-ffa450edef68

server/connection.c

index b1edaab52c6e6561a53383b26277c13bc1a32469..ccf685fcd38972cf071cf75dbf99a26dc5a64a37 100644 (file)
@@ -189,7 +189,6 @@ AP_DECLARE(void) ap_lingering_close(conn_rec *c)
     } while (now < timeup);
 
     apr_socket_close(csd);
-    return;
 }
 
 AP_CORE_DECLARE(void) ap_process_connection(conn_rec *c, void *csd)