diff options
Diffstat (limited to 'nss/common.h')
-rw-r--r-- | nss/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nss/common.h b/nss/common.h index 903f624..0dcce17 100644 --- a/nss/common.h +++ b/nss/common.h @@ -118,9 +118,6 @@ nss_backend_t *nss_ldap_constructor(nss_backend_op_t *ops,size_t sizeofops); /* destructor for LDAP backends */ nss_status_t nss_ldap_destructor(nss_backend_t *be,void UNUSED(*args)); -/* easy way to get fp from back-end */ -#define LDAP_BE(be) ((struct nss_ldap_backend*)(be)) - #endif /* NSS_FLAVOUR_SOLARIS */ /* The following macros to automatically generate get..byname(), |