mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Delete the unused dns_zone_getnotifydelete() function
The function is unused, delete it.
(cherry picked from commit 62f66c0be0)
This commit is contained in:
parent
832ab721bb
commit
53c9817b29
2 changed files with 0 additions and 16 deletions
|
|
@ -2242,15 +2242,6 @@ dns_zone_setnotifydelay(dns_zone_t *zone, uint32_t delay);
|
|||
* 'zone' to be valid.
|
||||
*/
|
||||
|
||||
uint32_t
|
||||
dns_zone_getnotifydelay(dns_zone_t *zone);
|
||||
/*%<
|
||||
* Get the minimum delay between sets of notify messages.
|
||||
*
|
||||
* Requires:
|
||||
* 'zone' to be valid.
|
||||
*/
|
||||
|
||||
void
|
||||
dns_zone_setisself(dns_zone_t *zone, dns_isselffunc_t isself, void *arg);
|
||||
/*%<
|
||||
|
|
|
|||
|
|
@ -20179,13 +20179,6 @@ dns_zone_setnotifydelay(dns_zone_t *zone, uint32_t delay) {
|
|||
UNLOCK_ZONE(zone);
|
||||
}
|
||||
|
||||
uint32_t
|
||||
dns_zone_getnotifydelay(dns_zone_t *zone) {
|
||||
REQUIRE(DNS_ZONE_VALID(zone));
|
||||
|
||||
return zone->notifydelay;
|
||||
}
|
||||
|
||||
isc_result_t
|
||||
dns_zone_signwithkey(dns_zone_t *zone, dns_secalg_t algorithm, uint16_t keyid,
|
||||
bool deleteit) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue