mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
remve unused 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: confview.c,v 1.49 2000/10/10 01:17:30 marka Exp $ */
|
/* $Id: confview.c,v 1.50 2000/10/12 04:03:28 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -370,7 +370,6 @@ isc_result_t
|
|||||||
dns_c_viewtable_checkviews(dns_c_viewtable_t *viewtable) {
|
dns_c_viewtable_checkviews(dns_c_viewtable_t *viewtable) {
|
||||||
dns_c_view_t *elem;
|
dns_c_view_t *elem;
|
||||||
isc_boolean_t bbval;
|
isc_boolean_t bbval;
|
||||||
dns_notifytype_t notifytype;
|
|
||||||
isc_uint32_t buival;
|
isc_uint32_t buival;
|
||||||
isc_result_t result = ISC_R_SUCCESS;
|
isc_result_t result = ISC_R_SUCCESS;
|
||||||
dns_c_rrsolist_t *boval;
|
dns_c_rrsolist_t *boval;
|
||||||
|
Reference in New Issue
Block a user