[PATCH] Remove an unused declaration

Jeremy Allison jra at samba.org
Tue Apr 24 00:01:40 UTC 2018


On Thu, Apr 19, 2018 at 11:42:08AM +0200, Volker Lendecke via samba-technical wrote:
> Hi!
> 
> Review appreciated!

RB+ and pushed.

> -- 
> 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

> 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