[PATCH] Remove an unused declaration

Volker Lendecke Volker.Lendecke at SerNet.DE
Thu Apr 19 09:42:08 UTC 2018


Hi!

Review appreciated!

Thanks, Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From 7b89774d93999b9b66c6f49ce27a2f703ff14b61 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Thu, 19 Apr 2018 06:30:42 +0200
Subject: [PATCH] winbind: Remove an unused struct declaration

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 source3/winbindd/winbindd.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index f496c41ccbd..57371765484 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -43,14 +43,6 @@
 
 #define WB_REPLACE_CHAR		'_'
 
-struct sid_ctr {
-	struct dom_sid *sid;
-	bool finished;
-	const char *domain;
-	const char *name;
-	enum lsa_SidType type;
-};
-
 struct winbindd_cli_state {
 	struct winbindd_cli_state *prev, *next;   /* Linked list pointers */
 	int sock;                                 /* Open socket from client */
-- 
2.11.0



More information about the samba-technical mailing list