diff --git a/include/s_auth.h b/include/s_auth.h index 85b835851..b4df34ff6 100644 --- a/include/s_auth.h +++ b/include/s_auth.h @@ -47,9 +47,6 @@ struct AuthRequest unsigned int flags; /* current state of request */ rb_fde_t *F; /* file descriptor for auth queries */ time_t timeout; /* time when query expires */ -#ifdef RB_IPV6 - int ip6_int; -#endif }; /*