summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-02-26 17:27:05 +0100
committerVolker Lendecke <vl@samba.org>2017-03-06 19:19:18 +0100
commit3078b9fd9aa1b755bd1d5bfe4299138b0e8a8072 (patch)
treeca76a2948332f14a337853ff6197111f8798f0ee /source4/auth
parent2104f453148d0db7c446376a269a65119eb2236e (diff)
downloadsamba-3078b9fd9aa1b755bd1d5bfe4299138b0e8a8072.tar.gz
auth4: Remove an unused struct declaration
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/auth.h1
1 files changed, 0 insertions, 1 deletions
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;