Remove obsolete purge (obsoleted in cache.c rev 1.106)

This commit is contained in:
Howard Chu 2007-03-22 07:35:10 +00:00
parent 226133ea38
commit 0752716d80

View file

@ -472,7 +472,6 @@ bdb_cf_gen( ConfigArgs *c )
bdb->bi_db_config_path = NULL;
c->cleanup = bdb_cf_cleanup;
ldap_pvt_thread_pool_purgekey( bdb->bi_dbenv );
ldap_pvt_thread_pool_purgekey( ((char *)bdb->bi_dbenv) + 1 );
break;
case BDB_NOSYNC:
bdb->bi_dbenv->set_flags( bdb->bi_dbenv, DB_TXN_NOSYNC, 0 );