]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
update doc
authorYuri Schaeffer <yuri@nlnetlabs.nl>
Mon, 14 Oct 2013 13:36:07 +0000 (13:36 +0000)
committerYuri Schaeffer <yuri@nlnetlabs.nl>
Mon, 14 Oct 2013 13:36:07 +0000 (13:36 +0000)
git-svn-id: file:///svn/unbound/branches/edns-subnet@2984 be551aaa-1e26-0410-a405-d3ace91eadb9

edns-subnet/addrtree.h

index 79312592f251d28c1b7ce4cb80e8ece95ce5e58d..43985c6984016f78f29621c22106cb192884476b 100644 (file)
@@ -24,9 +24,6 @@
  * address is capped by min(sourcemask, scope). While traversing the 
  * tree the scope of all visited nodes is updated. This ensures we are 
  * always able to find the most specific answer available.
- * 
- * At this time the tree does not support deletion of nodes, but elem 
- * can be set to NULL to ignore the node.
  */
 
 #ifndef ADDRTREE_H