remove an INSIST that is no longer needed.

This commit is contained in:
Michael Graff 1999-10-19 21:44:25 +00:00
parent 3f6a666894
commit f36892bffa

View file

@ -587,7 +587,6 @@ free_adbentry(dns_adb_t *adb, dns_adbentry_t **entry)
INSIST(e->lock_bucket == DNS_ADB_INVALIDBUCKET);
INSIST(e->refcnt == 0);
INSIST(ISC_LIST_EMPTY(e->zoneinfo));
INSIST(!ISC_LINK_LINKED(e, link));
e->magic = 0;