mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
Delete unused idl_cache_entry rwlock field
This commit is contained in:
parent
d5a7e252b3
commit
6d1ca0a769
@ -68,7 +68,6 @@ LDAP_BEGIN_DECL
|
|||||||
|
|
||||||
typedef struct bdb_idl_cache_entry_s {
|
typedef struct bdb_idl_cache_entry_s {
|
||||||
struct berval kstr;
|
struct berval kstr;
|
||||||
ldap_pvt_thread_rdwr_t idl_entry_rwlock;
|
|
||||||
ID *idl;
|
ID *idl;
|
||||||
DB *db;
|
DB *db;
|
||||||
struct bdb_idl_cache_entry_s* idl_lru_prev;
|
struct bdb_idl_cache_entry_s* idl_lru_prev;
|
||||||
|
Loading…
Reference in New Issue
Block a user