2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

remove out of date comment

This commit is contained in:
Mark Andrews
2017-11-18 08:50:58 +11:00
parent f975d0acaa
commit a197094d76

View File

@@ -6492,13 +6492,6 @@ add32(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, rbtdb_version_t *rbtversion,
} else {
idx = newheader->node->locknum;
if (IS_CACHE(rbtdb)) {
/*
* XXXMLG We don't check the return value
* here. If it fails, we will not do TTL
* based expiry on this node. However, we
* will do it on the LRU side, so memory
* will not leak... for long.
*/
INSIST(rbtdb->heaps != NULL);
result = isc_heap_insert(rbtdb->heaps[idx],
newheader);