remove c_pb, it is no longer needed

This commit is contained in:
Luke Howard 2006-02-16 00:14:38 +00:00
parent 377aa0be68
commit ec023f9777
2 changed files with 0 additions and 2 deletions

View File

@ -2638,7 +2638,6 @@ typedef struct slap_conn {
long c_n_read; /* num of read calls */
long c_n_write; /* num of write calls */
void *c_pb; /* Netscape plugin */
void *c_extensions; /* Netscape plugin */
/*

View File

@ -45,7 +45,6 @@ LDAP_BEGIN_DECL
#define SLAPI_OVERLAY_NAME "slapi"
#define SLAPI_OPERATION_PBLOCK(_op) ((_op)->o_callback->sc_private)
#define SLAPI_CONNECTION_PBLOCK(_conn) ((_conn)->c_pb);
#define SLAPI_BACKEND_PBLOCK(_be) ((_be)->be_pb)
#define SLAPI_OPERATION_EXTENSIONS(_op) ((_op)->o_hdr->oh_extensions)