[PATCH] winbindd: Remove unused enum ent_type

Christof Schmitt cs at samba.org
Fri Sep 9 23:33:52 UTC 2016


From fd1a0e271cc43c2622958e0090973f401ec01658 Mon Sep 17 00:00:00 2001
From: Christof Schmitt <cs at samba.org>
Date: Thu, 8 Sep 2016 11:00:46 -0700
Subject: [PATCH] winbindd: Remove unused enum ent_type

Signed-off-by: Christof Schmitt <cs at samba.org>
---
 source3/winbindd/winbindd.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index 441b57f..3d49e66 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. */
-- 
1.8.3.1



More information about the samba-technical mailing list