Mop up ancient BDB leftovers

This commit is contained in:
Panu Matilainen 2010-04-08 14:37:51 +03:00
parent 4b9bedce31
commit eccf2b5f7e
1 changed files with 0 additions and 4 deletions

View File

@ -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,