]> granicus.if.org Git - apache/commitdiff
Axe a couple of newly-unused variables.
authorJeff Trawick <trawick@apache.org>
Fri, 3 Nov 2000 15:56:42 +0000 (15:56 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 3 Nov 2000 15:56:42 +0000 (15:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86825 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_core.c

index ec1da0edd7d989523dd8679798d9fbfd926ace62..2f9c985afae5a55d09700e3c94f64d4844c90e9d 100644 (file)
@@ -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 */