diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-04-22 12:49:03 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-04-22 13:34:18 +0300 |
commit | a5f17bac34fb3bf777126cf6f6d4e237a6db41a4 (patch) | |
tree | 76a8927915d0a3ccc88e0d9f3cbf22c30015a831 /lib | |
parent | e7b0d96900fb16a707776f95052f924fc4241c17 (diff) | |
download | rpm-a5f17bac34fb3bf777126cf6f6d4e237a6db41a4.tar.gz rpm-a5f17bac34fb3bf777126cf6f6d4e237a6db41a4.tar.bz2 rpm-a5f17bac34fb3bf777126cf6f6d4e237a6db41a4.zip |
Ditch "fcntl_locking" bdb config option
- This is an undocumented BDB interface (only documented in the db.h header),
and its not something users should be messing around with
Diffstat (limited to 'lib')
-rw-r--r-- | lib/backend/dbconfig.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/backend/dbconfig.c b/lib/backend/dbconfig.c index 7a6f62b3d..1fb6224ae 100644 --- a/lib/backend/dbconfig.c +++ b/lib/backend/dbconfig.c @@ -40,8 +40,6 @@ static const struct poptOption rdbOptions[] = { { "nommap", 0,POPT_BIT_SET, &staticdbi.dbi_oflags, DB_NOMMAP, NULL, NULL }, - { "fcntl_locking",0,POPT_BIT_SET, &staticdbi.dbi_oflags, DB_FCNTL_LOCKING, - NULL, NULL }, { "btree", 0,POPT_ARG_VAL, &staticdbi.dbi_dbtype, DB_BTREE, NULL, NULL }, |