diff options
| author | Aurelien Foret <aurelien@archlinux.org> | 2006-03-07 20:58:09 +0000 |
|---|---|---|
| committer | Aurelien Foret <aurelien@archlinux.org> | 2006-03-07 20:58:09 +0000 |
| commit | 021bf7b0d0cde84f6ea1e1a8d2eca069b2ef4e70 (patch) | |
| tree | a5f0325ae3c756a00138978040f970d4275f0418 | |
| parent | 9a6bb4e82634e530b8f04b0bbaecedae416010f1 (diff) | |
fixed a commentary
| -rw-r--r-- | lib/libalpm/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/cache.c b/lib/libalpm/cache.c index c7ecb3f3..2c03f961 100644 --- a/lib/libalpm/cache.c +++ b/lib/libalpm/cache.c @@ -153,7 +153,6 @@ pmpkg_t *_alpm_db_get_pkgfromcache(pmdb_t *db, char *target) } /* Returns a new group cache from db. - * It frees the cache if it already exists. */ int _alpm_db_load_grpcache(pmdb_t *db) { |
