diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2006-02-15 22:55:54 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2006-02-15 22:55:54 +0000 |
commit | dc0bacf18cfe2481516778905051879bd008f517 (patch) | |
tree | 9085ed5d25f96a5057842e3e4300856da06d232e /lib | |
parent | a6bececa06f376f86335d1c0175a7f35ca71760a (diff) | |
download | pacman-dc0bacf18cfe2481516778905051879bd008f517.tar.xz |
removed a leftover comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libalpm/alpm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index 5a071c32..58474eb8 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -272,7 +272,6 @@ void *alpm_db_getinfo(PM_DB *db, unsigned char parm) /** Update a package database * @param db pointer to the package database to update * @param archive path to the new package database tarball - * @param ts timestamp of the last modification time of the tarball * @return 0 on success, -1 on error (pm_errno is set accordingly) */ int alpm_db_update(PM_DB *db, char *archive) |