summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2016-06-04 09:28:29 +0200
committerAllan McRae <allan@archlinux.org>2016-08-30 10:10:40 +0200
commit0f0b192d8a59134e9a58781c58aa3202df2eda2c (patch)
tree0872565ca31c8535a34135538c9044a61b9c296f
parent6ac2ee21b30f3c5f331d19349f96bb8e5b020b47 (diff)
downloadpacman-0f0b192d8a59134e9a58781c58aa3202df2eda2c.tar.gz
pacman-0f0b192d8a59134e9a58781c58aa3202df2eda2c.tar.xz
Remove obsolete TODO
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--src/pacman/check.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/check.c b/src/pacman/check.c
index d282cc27..87fcf677 100644
--- a/src/pacman/check.c
+++ b/src/pacman/check.c
@@ -368,7 +368,6 @@ int check_pkg_full(alpm_pkg_t *pkg)
}
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_md5sum(pkgname, filepath, &st, entry, backup); */
}