]> git.sur5r.net Git - openldap/commitdiff
Cleanup unused def
authorHoward Chu <hyc@openldap.org>
Tue, 18 Oct 2005 21:36:06 +0000 (21:36 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 18 Oct 2005 21:36:06 +0000 (21:36 +0000)
servers/slapd/back-bdb/cache.c

index 64c2656e786743d31806b4289fa0ea2641365329..b236ac2dab2a8d50f3dce73be325fdeb3aadad48 100644 (file)
@@ -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 )
 {