From 92ca39eff66181c2fa71b12f6a73824a8b44d71b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 5 Jul 2004 07:15:12 +0000 Subject: r1334: remove unused stuff metze (This used to be commit 7a8786269b4f9e4962b51dd734171adf04021c15) --- source4/auth/auth.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'source4/auth') diff --git a/source4/auth/auth.h b/source4/auth/auth.h index 0c8f71d859..74df97a2ed 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -157,17 +157,6 @@ struct auth_methods }; -typedef NTSTATUS (*auth_init_function)(struct auth_context *, const char *, struct auth_methods **); - -struct auth_init_function_entry { - const char *name; - /* Function to create a member of the authmethods list */ - - auth_init_function init; - - struct auth_init_function_entry *prev, *next; -}; - struct auth_operations { /* the name of the backend */ const char *name; -- cgit