From bf865c2da588591dad2c6973875024015d75fc88 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Mon, 7 Nov 2005 13:01:10 +0000 Subject: cleanup --- lib/libalpm/alpm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libalpm/alpm.c') diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index 4719c493..0af5fcca 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -262,7 +262,6 @@ void *alpm_db_getinfo(PM_DB *db, unsigned char parm) int alpm_db_update(PM_DB *db, char *archive, char *ts) { - struct stat buf; PMList *lp; /* Sanity checks */ @@ -300,7 +299,7 @@ int alpm_db_update(PM_DB *db, char *archive, char *ts) /* uncompress the sync database */ /* ORE we should not simply unpack the archive, but better parse it and - db_write each entry */ + db_write each entry (see sync_load_dbarchive to get archive content) */ _alpm_log(PM_LOG_FLOW2, "unpacking %s", archive); if(_alpm_unpack(archive, db->path, NULL)) { RET_ERR(PM_ERR_XXX, -1); -- cgit v1.2.3-24-g4f1b