diff options
Diffstat (limited to 'lib/rpmdb.c')
-rw-r--r-- | lib/rpmdb.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/rpmdb.c b/lib/rpmdb.c index 057bda1f9..642ef2eb7 100644 --- a/lib/rpmdb.c +++ b/lib/rpmdb.c @@ -115,18 +115,6 @@ static inline pbm_set * PBM_REALLOC(pbm_set ** sp, int * odp, int nd) } /** \ingroup dbi - * Verify (and close) index database. - * @param dbi index database handle - * @param flags (unused) - * @return 0 on success - */ -static int dbiVerify(dbiIndex dbi, unsigned int flags) -{ - dbi->dbi_verify_on_close = 1; - return dbiClose(dbi, flags); -} - -/** \ingroup dbi * Return handle for an index database. * @param db rpm database * @param rpmtag rpm tag |