mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Remove rwlock diag messages.
This commit is contained in:
parent
efce9cffb4
commit
c6882d4670
@ -39,10 +39,6 @@ ldbm_back_delete(
|
||||
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 */
|
||||
|
||||
if ( has_children( be, e ) ) {
|
||||
@ -65,10 +61,6 @@ ldbm_back_delete(
|
||||
}
|
||||
#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 */
|
||||
if( (pdn = dn_parent( be, e->e_ndn )) != NULL ) {
|
||||
if( (p = dn2entry_w( be, pdn, &matched )) == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user