Skip to content
Snippets Groups Projects
Commit a14fd7cc authored by Howard Chu's avatar Howard Chu
Browse files

Cleanup unused def

parent ed5e8db5
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment