From 18c0d1f23dbe9f9dc2863dc2ca259643e7b1f9fa Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 7 Jun 2014 18:02:53 +0100 Subject: [PATCH] src/internal.h: Delete decoy type `rr_align'. The droid you were looking for is called `union maxalign'. Signed-off-by: Mark Wooding --- src/internal.h | 9 --------- 1 file changed, 9 deletions(-) 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; -- 2.30.2