Delete unused idl_cache_entry rwlock field

This commit is contained in:
Howard Chu 2007-01-03 05:36:49 +00:00
parent d5a7e252b3
commit 6d1ca0a769

View File

@ -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;