From: Volker Lendecke Date: Wed, 2 May 2018 19:19:08 +0000 (+0200) Subject: winbindd: Remove an unused function prototype X-Git-Tag: ldb-1.4.0~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8109857f374250a826a8f260b17e2804f09e95e3;p=thirdparty%2Fsamba.git winbindd: Remove an unused function prototype This has been moved to async in 2009 Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Thu May 17 11:30:18 CEST 2018 on sn-devel-144 --- diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 58ec3e2eaa6..1c8cfc3889c 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -382,7 +382,6 @@ struct dcerpc_binding_handle *locator_child_handle(void); bool winbindd_list_trusted_domains(struct winbindd_cli_state *state); enum winbindd_result winbindd_dual_list_trusted_domains(struct winbindd_domain *domain, struct winbindd_cli_state *state); -void winbindd_show_sequence(struct winbindd_cli_state *state); bool winbindd_dc_info(struct winbindd_cli_state *state); bool winbindd_ping(struct winbindd_cli_state *state); bool winbindd_info(struct winbindd_cli_state *state);