mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
Remove rwlock diag messages.
This commit is contained in:
parent
efce9cffb4
commit
c6882d4670
1 changed files with 0 additions and 8 deletions
|
|
@ -39,10 +39,6 @@ ldbm_back_delete(
|
||||||
return( -1 );
|
return( -1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug (LDAP_DEBUG_TRACE,
|
|
||||||
"rdwr_Xchk: readers_reading: %d writer_writing: %d\n",
|
|
||||||
e->e_rdwr.lt_readers_reading, e->e_rdwr.lt_writer_writing, 0);
|
|
||||||
|
|
||||||
/* check for deleted */
|
/* check for deleted */
|
||||||
|
|
||||||
if ( has_children( be, e ) ) {
|
if ( has_children( be, e ) ) {
|
||||||
|
|
@ -65,10 +61,6 @@ ldbm_back_delete(
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Debug (LDAP_DEBUG_TRACE,
|
|
||||||
"rdwr_Xchk: readers_reading: %d writer_writing: %d\n",
|
|
||||||
e->e_rdwr.lt_readers_reading, e->e_rdwr.lt_writer_writing, 0);
|
|
||||||
|
|
||||||
/* delete from parent's id2children entry */
|
/* delete from parent's id2children entry */
|
||||||
if( (pdn = dn_parent( be, e->e_ndn )) != NULL ) {
|
if( (pdn = dn_parent( be, e->e_ndn )) != NULL ) {
|
||||||
if( (p = dn2entry_w( be, pdn, &matched )) == NULL) {
|
if( (p = dn2entry_w( be, pdn, &matched )) == NULL) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue