From: Pierre Joye Date: Mon, 20 Apr 2009 08:40:39 +0000 (+0000) Subject: - nuke unused variable X-Git-Tag: php-5.3.0RC2~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70c96f788d4104f6e53faadbce566c1f2bf243e4;p=php - nuke unused variable --- diff --git a/ext/standard/dns_win32.c b/ext/standard/dns_win32.c index c58c1bee8b..350f4e67eb 100644 --- a/ext/standard/dns_win32.c +++ b/ext/standard/dns_win32.c @@ -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;