From e32d1299675da86bb26b414e1dd9e9d4d3bd5d81 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 12 Aug 2012 22:06:09 +1000 Subject: Remove incorrect documentation for unlink_file Signed-off-by: Allan McRae --- lib/libalpm/remove.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/libalpm/remove.c') 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 -- cgit v1.2.3-24-g4f1b