winbindd: Remove unused enum ent_type
authorChristof Schmitt <cs@samba.org>
Thu, 8 Sep 2016 18:00:46 +0000 (11:00 -0700)
committerVolker Lendecke <vl@samba.org>
Sat, 10 Sep 2016 16:41:25 +0000 (18:41 +0200)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Sat Sep 10 18:41:26 CEST 2016 on sn-devel-144

source3/winbindd/winbindd.h

index 441b57f366fb6925f3343eb5780af5494106140d..3d49e663a5194320ecd54426a6a8b8e61b790942 100644 (file)
@@ -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. */