From 209509f7caaafead23957351156972ce805cde76 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 13 Jan 2007 19:55:37 +0000 Subject: r20738: Remove unused variable (This used to be commit c16ce9ebaab0175e7f1dc13798d5599388fa35d6) --- source3/nsswitch/winbindd_nss.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3') diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h index 25279c5650..9584e18e06 100644 --- a/source3/nsswitch/winbindd_nss.h +++ b/source3/nsswitch/winbindd_nss.h @@ -485,7 +485,6 @@ struct WINBINDD_CCACHE_ENTRY { uid_t uid; time_t create_time; time_t renew_until; - BOOL refresh_tgt; time_t refresh_time; struct timed_event *event; }; -- cgit