From eccf2b5f7e8256fff4bc8ac81c449c1ca89ed2c0 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 8 Apr 2010 14:37:51 +0300 Subject: Mop up ancient BDB leftovers --- lib/backend/dbconfig.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/backend') diff --git a/lib/backend/dbconfig.c b/lib/backend/dbconfig.c index 07ed5056a..c16d9fca0 100644 --- a/lib/backend/dbconfig.c +++ b/lib/backend/dbconfig.c @@ -79,10 +79,6 @@ static const struct poptOption rdbOptions[] = { { "cachesize", 0,POPT_ARG_INT, &staticdbi.dbi_cachesize, 0, NULL, NULL }, -#if defined(DB_VERB_CHKPOINT) - { "chkpoint", 0,POPT_BIT_SET, &staticdbi.dbi_verbose, DB_VERB_CHKPOINT, - NULL, NULL }, -#endif { "deadlock", 0,POPT_BIT_SET, &staticdbi.dbi_verbose, DB_VERB_DEADLOCK, NULL, NULL }, { "recovery", 0,POPT_BIT_SET, &staticdbi.dbi_verbose, DB_VERB_RECOVERY, -- cgit v1.2.3