From a197094d76c77ae75593b16b04596477c77227c8 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sat, 18 Nov 2017 08:50:58 +1100 Subject: [PATCH] remove out of date comment --- lib/dns/rbtdb.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index cfeceda75d..3bec308138 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -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);