From bb7cdf2553238775073751d5566ad1a846e9ad6e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 3 Mar 2009 20:53:18 +0000 Subject: [PATCH] remove unreachable code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749747 13f79535-47bb-0310-9956-ffa450edef68 --- support/ab.c | 1 - 1 file changed, 1 deletion(-) diff --git a/support/ab.c b/support/ab.c index 4935071e89..25ea90789b 100644 --- a/support/ab.c +++ b/support/ab.c @@ -413,7 +413,6 @@ static void set_polled_events(struct connection *c, apr_int16_t new_reqevents) rv = apr_pollset_add(readbits, &pfd); if (rv != APR_SUCCESS) { apr_err("apr_pollset_add()", rv); - exit(1); } } -- 2.50.1