summaryrefslogtreecommitdiff
path: root/lib/backend
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-04-08 14:37:51 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-04-08 14:37:51 +0300
commiteccf2b5f7e8256fff4bc8ac81c449c1ca89ed2c0 (patch)
tree9a766174186f8f52b5556f4268eec88506ce0f03 /lib/backend
parent4b9bedce3151e198b2a9c2af1298864225cd4deb (diff)
downloadlibrpm-tizen-eccf2b5f7e8256fff4bc8ac81c449c1ca89ed2c0.tar.gz
librpm-tizen-eccf2b5f7e8256fff4bc8ac81c449c1ca89ed2c0.tar.bz2
librpm-tizen-eccf2b5f7e8256fff4bc8ac81c449c1ca89ed2c0.zip
Mop up ancient BDB leftovers
Diffstat (limited to 'lib/backend')
-rw-r--r--lib/backend/dbconfig.c4
1 files changed, 0 insertions, 4 deletions
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,