mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
removed dead code
This commit is contained in:
parent
5b4397d387
commit
55da37e18f
@ -15,7 +15,7 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: resolver.c,v 1.145 2000/07/12 23:56:06 bwelling Exp $ */
|
||||
/* $Id: resolver.c,v 1.146 2000/07/14 00:33:09 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@ -2429,9 +2429,6 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, isc_stdtime_t now) {
|
||||
&need_validation);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
return (result);
|
||||
if (need_validation) {
|
||||
|
||||
}
|
||||
|
||||
adbp = NULL;
|
||||
aname = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user