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
1 changed files with 0 additions and 4 deletions

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.
*
* @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