diff options
Diffstat (limited to 'usr.bin/dig/lib/dns/rdata/generic/nxt_30.c')
-rw-r--r-- | usr.bin/dig/lib/dns/rdata/generic/nxt_30.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/usr.bin/dig/lib/dns/rdata/generic/nxt_30.c b/usr.bin/dig/lib/dns/rdata/generic/nxt_30.c index 422b7a9fe10..a66e54d0d2f 100644 --- a/usr.bin/dig/lib/dns/rdata/generic/nxt_30.c +++ b/usr.bin/dig/lib/dns/rdata/generic/nxt_30.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nxt_30.c,v 1.4 2020/02/24 12:06:13 florian Exp $ */ +/* $Id: nxt_30.c,v 1.5 2020/02/24 12:06:51 florian Exp $ */ /* reviewed: Wed Mar 15 18:21:15 PST 2000 by brister */ @@ -183,17 +183,5 @@ freestruct_nxt(ARGS_FREESTRUCT) { free(nxt->typebits); } -static inline isc_boolean_t -checkowner_nxt(ARGS_CHECKOWNER) { - - REQUIRE(type == dns_rdatatype_nxt); - - UNUSED(name); - UNUSED(type); - UNUSED(rdclass); - UNUSED(wildcard); - - return (ISC_TRUE); -} #endif /* RDATA_GENERIC_NXT_30_C */ |