From b99af25d0f15311eeeec781bff3560859212f2dc Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 27 Nov 2018 19:34:44 -0800 Subject: [PATCH] silence compiler warning --- lib/dns/dnsrps.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/dns/dnsrps.c b/lib/dns/dnsrps.c index 784a055dad..493fdb7e86 100644 --- a/lib/dns/dnsrps.c +++ b/lib/dns/dnsrps.c @@ -126,7 +126,6 @@ dnsrps_log_fnc(librpz_log_level_t level, void *ctxt, const char *buf) { isc_result_t dns_dnsrps_server_create(void) { librpz_emsg_t emsg; - isc_result_t result; INSIST(clist == NULL); INSIST(librpz == NULL);