mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
delete misc placed Pth init
This commit is contained in:
parent
9267949beb
commit
96fffc634b
1 changed files with 0 additions and 1 deletions
|
|
@ -126,7 +126,6 @@ ldap_pvt_thread_mutex_destroy( ldap_pvt_thread_mutex_t *mutex )
|
|||
int
|
||||
ldap_pvt_thread_mutex_lock( ldap_pvt_thread_mutex_t *mutex )
|
||||
{
|
||||
pth_init();
|
||||
return( pth_mutex_acquire( mutex, 0, NULL ) );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue