From: Volker Lendecke Date: Sun, 26 Feb 2017 16:27:05 +0000 (+0100) Subject: auth4: Remove an unused struct declaration X-Git-Tag: tdb-1.3.13~643 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3078b9fd9aa1b755bd1d5bfe4299138b0e8a8072;p=thirdparty%2Fsamba.git auth4: Remove an unused struct declaration Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider --- diff --git a/source4/auth/auth.h b/source4/auth/auth.h index fb486941697..7c623182ec6 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -46,7 +46,6 @@ struct loadparm_context; #define AUTH4_INTERFACE_VERSION 0 struct auth_method_context; -struct auth_check_password_request; struct auth4_context; struct auth_session_info; struct ldb_dn;