about summary refs log tree commit
path: root/ext/rpatricia/patricia.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/rpatricia/patricia.h')
-rw-r--r--ext/rpatricia/patricia.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/rpatricia/patricia.h b/ext/rpatricia/patricia.h
index 5224859..b66fe55 100644
--- a/ext/rpatricia/patricia.h
+++ b/ext/rpatricia/patricia.h
@@ -50,9 +50,7 @@ typedef struct _prefix_t {
     int ref_count;                /* reference count */
     union {
                 struct in_addr sin;
-#ifdef HAVE_IPV6
                 struct in6_addr sin6;
-#endif /* IPV6 */
     } add;
 } prefix_t;