mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
Variable "have_host" was set but never used. -- removed variable
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dig.c,v 1.83 2000/08/02 17:58:06 mws Exp $ */
|
/* $Id: dig.c,v 1.84 2000/08/02 19:47:17 tale Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@@ -569,7 +569,6 @@ reorder_args(int argc, char *argv[]) {
|
|||||||
static void
|
static void
|
||||||
parse_args(isc_boolean_t is_batchfile, isc_boolean_t config_only,
|
parse_args(isc_boolean_t is_batchfile, isc_boolean_t config_only,
|
||||||
int argc, char **argv) {
|
int argc, char **argv) {
|
||||||
isc_boolean_t have_host = ISC_FALSE;
|
|
||||||
isc_result_t result;
|
isc_result_t result;
|
||||||
isc_textregion_t tr;
|
isc_textregion_t tr;
|
||||||
dig_server_t *srv = NULL;
|
dig_server_t *srv = NULL;
|
||||||
@@ -1000,7 +999,6 @@ parse_args(isc_boolean_t is_batchfile, isc_boolean_t config_only,
|
|||||||
lookup->new_search = ISC_TRUE;
|
lookup->new_search = ISC_TRUE;
|
||||||
|
|
||||||
ISC_LIST_APPEND(lookup_list, lookup, link);
|
ISC_LIST_APPEND(lookup_list, lookup, link);
|
||||||
have_host = ISC_TRUE;
|
|
||||||
rv++;
|
rv++;
|
||||||
rc--;
|
rc--;
|
||||||
} else {
|
} else {
|
||||||
@@ -1036,7 +1034,6 @@ parse_args(isc_boolean_t is_batchfile, isc_boolean_t config_only,
|
|||||||
lookup->ns_search_only);
|
lookup->ns_search_only);
|
||||||
lookup->new_search = ISC_TRUE;
|
lookup->new_search = ISC_TRUE;
|
||||||
ISC_LIST_APPEND(lookup_list, lookup, link);
|
ISC_LIST_APPEND(lookup_list, lookup, link);
|
||||||
have_host = ISC_TRUE;
|
|
||||||
debug("looking up %s", lookup->textname);
|
debug("looking up %s", lookup->textname);
|
||||||
}
|
}
|
||||||
/* XXX Error message */
|
/* XXX Error message */
|
||||||
|
Reference in New Issue
Block a user