From: Guy Harris Date: Mon, 11 Dec 2017 07:56:16 +0000 (-0800) Subject: Get rid of an unused structure. X-Git-Tag: tcpdump-4.99-bp~1651 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/d841ae4103cd15dcba8155f81244bc62105f6b2e Get rid of an unused structure. --- diff --git a/nameser.h b/nameser.h index b430c9db..dd593c24 100644 --- a/nameser.h +++ b/nameser.h @@ -240,16 +240,4 @@ typedef struct { #define EDNS0_MASK 0x40 /* 01.... */ # define EDNS0_ELT_BITLABEL 0x01 -/* - * Structure for passing resource records around. - */ -struct rrec { - int16_t r_zone; /* zone number */ - int16_t r_class; /* class number */ - int16_t r_type; /* type number */ - uint32_t r_ttl; /* time to live */ - int r_size; /* size of data area */ - char *r_data; /* pointer to data */ -}; - #endif /* !_NAMESER_H_ */