mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Cleanup unused def
This commit is contained in:
parent
ed5e8db572
commit
a14fd7cc3b
@ -35,14 +35,6 @@ static int bdb_cache_delete_internal(Cache *cache, EntryInfo *e, int decr);
|
||||
static void bdb_lru_print(Cache *cache);
|
||||
#endif
|
||||
|
||||
/* 4.2.52 */
|
||||
#if DB_VERSION_FULL == 0x04020034
|
||||
#define READ_TXN_FLAG ReadFlag
|
||||
static int ReadFlag = DB_TXN_NOT_DURABLE;
|
||||
#else
|
||||
#define READ_TXN_FLAG 0
|
||||
#endif
|
||||
|
||||
static EntryInfo *
|
||||
bdb_cache_entryinfo_new( Cache *cache )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user