summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/remove.c')
-rw-r--r--lib/libalpm/remove.c4
1 files changed, 0 insertions, 4 deletions
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