1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Remove incorrect documentation for unlink_file

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2012-08-12 22:06:09 +10:00 committed by Dan McGee
parent ea35ce5d2e
commit e32d129967

View File

@ -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. * @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 handle the context handle
* @param oldpkg the package being removed * @param oldpkg the package being removed
* @param newpkg the package replacing \a oldpkg * @param newpkg the package replacing \a oldpkg