]> granicus.if.org Git - php/commitdiff
- nuke unused variable
authorPierre Joye <pajoye@php.net>
Mon, 20 Apr 2009 08:40:39 +0000 (08:40 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 20 Apr 2009 08:40:39 +0000 (08:40 +0000)
ext/standard/dns_win32.c

index c58c1bee8b31f3889e862ab4e98953c72d4fdaa5..350f4e67eb81879dabf8bcc842d32ae1e50cddc8 100644 (file)
@@ -303,7 +303,6 @@ PHP_FUNCTION(dns_get_record)
        zval *authns = NULL, *addtl = NULL;
        int type, type_to_fetch, first_query = 1, store_results = 1;
        int addtl_recs = 0;
-       IN_ADDR ipaddr;
 
        if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lzz", &hostname, &hostname_len, &type_param, &authns, &addtl) == FAILURE) {
                return;