summaryrefslogtreecommitdiff
path: root/contrib/unbound/validator/val_anchor.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/validator/val_anchor.h')
-rw-r--r--contrib/unbound/validator/val_anchor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/unbound/validator/val_anchor.h b/contrib/unbound/validator/val_anchor.h
index a2a795d093d2..1597a7d62fbe 100644
--- a/contrib/unbound/validator/val_anchor.h
+++ b/contrib/unbound/validator/val_anchor.h
@@ -67,8 +67,6 @@ struct val_anchors {
* contents of type trust_anchor.
*/
rbtree_type* tree;
- /** The DLV trust anchor (if one is configured, else NULL) */
- struct trust_anchor* dlv_anchor;
/** Autotrust global data, anchors sorted by next probe time */
struct autr_global_data* autr;
};