From: Jeff Trawick Date: Fri, 3 Nov 2000 15:56:42 +0000 (+0000) Subject: Axe a couple of newly-unused variables. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f010ea39cb29674e730bfaf32d524af0d99ce09;p=apache 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 ec1da0edd7..2f9c985afa 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 */