[pacman-dev] [PATCH] Remove incorrect documentation for unlink_file

Allan McRae allan at archlinux.org
Sun Aug 12 08:08:28 EDT 2012


Signed-off-by: Allan McRae <allan at archlinux.org>
---
 lib/libalpm/remove.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c
index d1020a6..dafbe28 100644
--- a/lib/libalpm/remove.c
+++ b/lib/libalpm/remove.c
@@ -302,10 +302,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
-- 
1.7.11.4



More information about the pacman-dev mailing list