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

Remove obsolete TODO

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2016-06-04 17:28:29 +10:00
parent 6ac2ee21b3
commit 0f0b192d8a

View File

@ -368,7 +368,6 @@ int check_pkg_full(alpm_pkg_t *pkg)
} }
if(type == AE_IFREG) { if(type == AE_IFREG) {
/* TODO: these are expected to be changed with backup files */
file_errors += check_file_size(pkgname, filepath, &st, entry, backup); file_errors += check_file_size(pkgname, filepath, &st, entry, backup);
/* file_errors += check_file_md5sum(pkgname, filepath, &st, entry, backup); */ /* file_errors += check_file_md5sum(pkgname, filepath, &st, entry, backup); */
} }