From: Christof Schmitt Date: Thu, 8 Sep 2016 18:00:46 +0000 (-0700) Subject: winbindd: Remove unused enum ent_type X-Git-Url: http://git.samba.org/samba.git/?p=amitay%2Fsamba.git;a=commitdiff_plain;h=c855a3776130aee4057acc144157c05fea3ee02d winbindd: Remove unused enum ent_type Signed-off-by: Christof Schmitt Reviewed-by: Volker Lendecke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Sat Sep 10 18:41:26 CEST 2016 on sn-devel-144 --- diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h index 441b57f366f..3d49e663a51 100644 --- a/source3/winbindd/winbindd.h +++ b/source3/winbindd/winbindd.h @@ -344,12 +344,6 @@ struct winbindd_tdc_domain { uint32_t trust_type; }; -/* Switch for listing users or groups */ -enum ent_type { - LIST_USERS = 0, - LIST_GROUPS, -}; - struct WINBINDD_MEMORY_CREDS { struct WINBINDD_MEMORY_CREDS *next, *prev; const char *username; /* lookup key. */