mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
removed dead code
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* 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>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -2429,9 +2429,6 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, isc_stdtime_t now) {
|
|||||||
&need_validation);
|
&need_validation);
|
||||||
if (result != ISC_R_SUCCESS)
|
if (result != ISC_R_SUCCESS)
|
||||||
return (result);
|
return (result);
|
||||||
if (need_validation) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
adbp = NULL;
|
adbp = NULL;
|
||||||
aname = NULL;
|
aname = NULL;
|
||||||
|
Reference in New Issue
Block a user