summaryrefslogtreecommitdiff
path: root/validator/val_anchor.h
diff options
context:
space:
mode:
Diffstat (limited to 'validator/val_anchor.h')
-rw-r--r--validator/val_anchor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/validator/val_anchor.h b/validator/val_anchor.h
index a2a795d093d23..1597a7d62fbe3 100644
--- a/validator/val_anchor.h
+++ b/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;
};