From: Jean-Frederic Clere Date: Sat, 29 Jul 2006 00:40:32 +0000 (+0000) Subject: Remove useless code. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d262c6f776f94fa345fbe935cb3c924029ae879e;p=thirdparty%2Fapache%2Fhttpd.git Remove useless code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@426727 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/proxymonitor.c b/support/proxymonitor.c index 51aaee833ad..9a3242ea27b 100644 --- a/support/proxymonitor.c +++ b/support/proxymonitor.c @@ -286,11 +286,7 @@ int main(int argc, const char * const argv[]) if (repeat>0) repeat--; apr_pool_destroy(instance); - /* If something goes really wrong we should clean all */ - if (0) { - apr_pool_destroy(instance_socket); - instance_socket = NULL; - } + /* If something goes really wrong we should clean all, via apr_pool_destroy(instance_socket) */ } if (interrupted) { apr_file_printf(errfile, "Monitoring aborted due to user "