X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/15480be436960212fd31b8963516766a68adcdd5..45afab34eaa0ba2020d10a29107ed44e5c22216a:/src/internal.h diff --git a/src/internal.h b/src/internal.h index 58cd15d..9df4da5 100644 --- a/src/internal.h +++ b/src/internal.h @@ -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;