From 0121427ef190a6c1edf025cec5635ddc9ec94d43 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 29 Jan 2018 14:41:07 +0000 Subject: [PATCH] remove unused TODO items git-svn-id: file:///svn/unbound/trunk@4462 be551aaa-1e26-0410-a405-d3ace91eadb9 --- services/authzone.c | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/services/authzone.c b/services/authzone.c index 264292d03..41d056049 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -3146,34 +3146,6 @@ auth_xfer_set_expired(struct auth_xfer* xfr, struct module_env* env, lock_rw_unlock(&z->lock); } -/** the current transfer has finished, apply the results. - * set timer for future probe. See if zone is expired now. */ -void -xfr_master_transferresult(struct auth_xfer* xfr) -{ - (void)xfr; - /* TODO */ -} - -/** the current probe has finished, inspect the results. - * move on to the next master or start a transfer, or at last master, - * set timer for future probe. See if zone is expired now. */ -void -xfr_master_proberesult(struct auth_xfer* xfr) -{ - (void)xfr; - /* TODO */ -} - -/** with current master selected, start the probe, or transfer */ -int -xfr_master_start(struct auth_xfer* xfr) -{ - (void)xfr; - /* TODO */ - return 0; -} - /** find master (from notify or probe) in list of masters */ static struct auth_master* find_master_by_host(struct auth_master* list, char* host)