index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2012-08-12 22:06:09 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-18 08:29:55 -0500 |
commit | e32d1299675da86bb26b414e1dd9e9d4d3bd5d81 (patch) | |
tree | 6438d8ea490d1a324014f73afaa2f98afcd75a70 /lib/libalpm/remove.c | |
parent | ea35ce5d2e067b6bfa6d4f443c5f8591a1bc9958 (diff) |
-rw-r--r-- | lib/libalpm/remove.c | 4 |
diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index 4c549926..f189e30d 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -273,10 +273,6 @@ static int can_remove_file(alpm_handle_t *handle, const alpm_file_t *file, /** * @brief Unlink a package file, backing it up if necessary. * - * @note Helper function for iterating through a package's file and deleting - * them. - * @note Used by _alpm_remove_commit. - * * @param handle the context handle * @param oldpkg the package being removed * @param newpkg the package replacing \a oldpkg |