From 0511e8db1b5b3540b66de1655ea09a74d9c133a8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 9 Aug 2006 15:36:57 +0000 Subject: r17469: remove unused variable (This used to be commit c7d115a7d08ecebe2ba70b3f0efae39a1fd8e42a) --- source3/nsswitch/winbindd_sid.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3') diff --git a/source3/nsswitch/winbindd_sid.c b/source3/nsswitch/winbindd_sid.c index 7af6373167..f38246cfbd 100644 --- a/source3/nsswitch/winbindd_sid.c +++ b/source3/nsswitch/winbindd_sid.c @@ -447,7 +447,6 @@ void winbindd_gid_to_sid(struct winbindd_cli_state *state) { DOM_SID sid; NTSTATUS status; - struct gid2sid_state *gid2sid_state; DEBUG(3, ("[%5lu]: gid to sid %lu\n", (unsigned long)state->pid, (unsigned long)state->request.data.gid)); -- cgit