From 0c5cbb3b964e26b7dce1892d3c13f1bda651a8f9 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Fri, 20 Jun 2008 22:55:51 +0200 Subject: [PATCH] Remove unused field ip6_int. --- include/s_auth.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/s_auth.h b/include/s_auth.h index 85b83585..b4df34ff 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 }; /*