diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2007-09-17 01:56:23 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-09-17 03:10:18 +0200 |
commit | 046c8a6819a0533fb10434f30100f80bb960fe46 (patch) | |
tree | e73f29a2f4816c3767933fba644362d9f6a9c75f /lib/libalpm/alpm.h | |
parent | 7daf5a038d3750eacf92b819206cae6b77a73042 (diff) | |
download | pacman-046c8a6819a0533fb10434f30100f80bb960fe46.tar.gz pacman-046c8a6819a0533fb10434f30100f80bb960fe46.tar.xz |
Remove the DB consistency check from pacman and libalpm.
This reverts commit dfc85cb5f516ffbcff557522e9703c5c7d88b047
and b6f3fe6957d0206485eac98fb2120578b75d0058.
This DB check is already in testdb (among others).
Also testdb now uses the db path set at make time by default,
so specifying the db path is optional.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 1506e3d5..81137e6d 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -164,7 +164,6 @@ alpm_list_t *alpm_db_whatprovides(pmdb_t *db, const char *name); pmgrp_t *alpm_db_readgrp(pmdb_t *db, const char *name); alpm_list_t *alpm_db_getgrpcache(pmdb_t *db); -alpm_list_t *alpm_db_test(pmdb_t *db); alpm_list_t *alpm_db_search(pmdb_t *db, const alpm_list_t* needles); alpm_list_t *alpm_db_get_upgrades(void); |