mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
eliminate unused vars
This commit is contained in:
parent
ecd4a905ec
commit
5305b2140b
1 changed files with 2 additions and 0 deletions
|
|
@ -2448,9 +2448,11 @@ ns_query_start(ns_client_t *client) {
|
|||
dns_message_t *message = client->message;
|
||||
dns_rdataset_t *rdataset;
|
||||
isc_boolean_t set_ra = ISC_TRUE;
|
||||
#if 0
|
||||
isc_buffer_t b;
|
||||
char text[1024];
|
||||
isc_region_t r;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Ensure that appropriate cleanups occur.
|
||||
|
|
|
|||
Loading…
Reference in a new issue