From 70c96f788d4104f6e53faadbce566c1f2bf243e4 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 20 Apr 2009 08:40:39 +0000 Subject: [PATCH] - nuke unused variable --- ext/standard/dns_win32.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0