diff options
author | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-09-21 09:17:47 +0200 |
---|---|---|
committer | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-09-21 09:17:47 +0200 |
commit | 56be2ccfc1d536677c8d384d847870a9e01350d4 (patch) | |
tree | cd1c4fde41eb28ae80e804cc6ddbd270c952a77a /lib/zonecut.h | |
parent | generic/map: cleanup doc (diff) | |
download | knot-resolver-56be2ccfc1d536677c8d384d847870a9e01350d4.tar.xz knot-resolver-56be2ccfc1d536677c8d384d847870a9e01350d4.zip |
lib: cleanup unused variables
Diffstat (limited to 'lib/zonecut.h')
-rw-r--r-- | lib/zonecut.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/zonecut.h b/lib/zonecut.h index 82d62958..a2662e5b 100644 --- a/lib/zonecut.h +++ b/lib/zonecut.h @@ -28,12 +28,10 @@ struct kr_context; */ struct kr_zonecut { knot_dname_t *name; /**< Zone cut name. */ - mm_ctx_t *pool; /**< Memory pool. */ map_t nsset; /**< Map of nameserver => address_set. */ knot_rrset_t* key; /**< Zone cut DNSKEY. */ knot_rrset_t* trust_anchor; /**< Current trust anchor. */ - knot_dname_t *parent_name; /**< Parent zone name after zone cut update. */ - knot_dname_t *missing_name; /**< Missing zone cut name. */ + mm_ctx_t *pool; /**< Memory pool. */ }; /** |