From: Jeff Trawick Date: Fri, 3 Nov 2000 15:56:42 +0000 (+0000) Subject: Axe a couple of newly-unused variables. X-Git-Tag: APACHE_2_0_ALPHA_8~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7430d77c237197d08c00d121aa9761797948f8b;p=thirdparty%2Fapache%2Fhttpd.git Axe a couple of newly-unused variables. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86825 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_core.c b/modules/http/http_core.c index ec1da0edd7d..2f9c985afae 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -636,8 +636,6 @@ static apr_inline void do_double_reverse (conn_rec *conn) AP_DECLARE(const char *) ap_get_remote_host(conn_rec *conn, void *dir_config, int type) { - struct in_addr *iaddr; - struct hostent *hptr; int hostname_lookups; /* If we haven't checked the host name, and we want to */