mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Delete unused idl_cache_entry rwlock field
This commit is contained in:
parent
d5a7e252b3
commit
6d1ca0a769
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ LDAP_BEGIN_DECL
|
|||
|
||||
typedef struct bdb_idl_cache_entry_s {
|
||||
struct berval kstr;
|
||||
ldap_pvt_thread_rdwr_t idl_entry_rwlock;
|
||||
ID *idl;
|
||||
DB *db;
|
||||
struct bdb_idl_cache_entry_s* idl_lru_prev;
|
||||
|
|
|
|||
Loading…
Reference in a new issue