chiark / gitweb /
src/types.c: Fix up the table-of-contents comments.
[adns.git] / src / internal.h
index 58cd15d2fba69ae80e8f09bf99b71580b8cce07a..9df4da5f839ea89bc299a2400c86c6dbf33e3aad 100644 (file)
@@ -89,15 +89,6 @@ typedef enum {
 
 /* Shared data structures */
 
-typedef union {
-  adns_status status;
-  char *cp;
-  adns_rrtype type;
-  int i;
-  struct in_addr ia;
-  unsigned long ul;
-} rr_align;
-
 typedef struct {
   int used, avail;
   byte *buf;