]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of an unused structure.
authorGuy Harris <[email protected]>
Mon, 11 Dec 2017 07:56:16 +0000 (23:56 -0800)
committerGuy Harris <[email protected]>
Mon, 11 Dec 2017 07:56:16 +0000 (23:56 -0800)
nameser.h

index b430c9db8b9dad9a30efed11ec6af8e51c6a60d2..dd593c24471de089329dd3d60faa934b742a17b4 100644 (file)
--- 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_ */