From da9a05bdbff6d89569a80f12b864b5bcb6b70d09 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Tue, 1 Nov 2011 04:14:08 -0400 Subject: Cleanup of unused function in ldap access provider --- src/providers/ldap/sdap_access.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/providers') diff --git a/src/providers/ldap/sdap_access.h b/src/providers/ldap/sdap_access.h index 6263e25d8..013645b9b 100644 --- a/src/providers/ldap/sdap_access.h +++ b/src/providers/ldap/sdap_access.h @@ -56,6 +56,4 @@ struct sdap_access_ctx { int access_rule[LDAP_ACCESS_LAST + 1]; }; -void ldap_pam_access_handler(struct be_req *breq); - #endif /* SDAP_ACCESS_H_ */ -- cgit