diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-04-08 14:37:51 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-04-08 14:37:51 +0300 |
commit | eccf2b5f7e8256fff4bc8ac81c449c1ca89ed2c0 (patch) | |
tree | 9a766174186f8f52b5556f4268eec88506ce0f03 /lib/backend | |
parent | 4b9bedce3151e198b2a9c2af1298864225cd4deb (diff) | |
download | librpm-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.c | 4 |
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, |