mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Remove SLAPI references
This commit is contained in:
parent
dab5803a59
commit
727a16ca55
1 changed files with 0 additions and 6 deletions
|
|
@ -34,9 +34,6 @@
|
|||
|
||||
#include "slap.h"
|
||||
#include "lber_pvt.h"
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
#include "ldap_rq.h"
|
||||
|
||||
|
|
@ -253,9 +250,6 @@ int slap_startup( Backend *be )
|
|||
int slap_shutdown( Backend *be )
|
||||
{
|
||||
int rc;
|
||||
#ifdef LDAP_SLAPI
|
||||
Slapi_PBlock *pb;
|
||||
#endif
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
"%s shutdown: initiated\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue