diff options
Diffstat (limited to 'usr.bin/dig/lib/dns/rdata/generic/ptr_12.c')
-rw-r--r-- | usr.bin/dig/lib/dns/rdata/generic/ptr_12.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/dig/lib/dns/rdata/generic/ptr_12.c b/usr.bin/dig/lib/dns/rdata/generic/ptr_12.c index 7fe86c3ea24..e0556a3179f 100644 --- a/usr.bin/dig/lib/dns/rdata/generic/ptr_12.c +++ b/usr.bin/dig/lib/dns/rdata/generic/ptr_12.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ptr_12.c,v 1.8 2020/02/24 17:45:26 florian Exp $ */ +/* $Id: ptr_12.c,v 1.9 2020/02/25 05:00:43 jsg Exp $ */ /* Reviewed: Thu Mar 16 14:05:12 PST 2000 by explorer */ @@ -77,11 +77,6 @@ towire_ptr(ARGS_TOWIRE) { return (dns_name_towire(&name, cctx, target)); } - - - - - static unsigned char ip6_arpa_data[] = "\003IP6\004ARPA"; static unsigned char ip6_arpa_offsets[] = { 0, 4, 9 }; static const dns_name_t ip6_arpa = |