From f3f39cef84330b734c36a60e48cf26a3f3e1f76c Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 11 Aug 2011 20:08:31 -0500 Subject: Remove checksum access indirection These items are never present in anything but sync databases, nor do we even try to load them from the local database. Remvoe the indirection meant to allow the caching layer to work since it will never do anything anyway. Signed-off-by: Dan McGee --- lib/libalpm/package.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libalpm/package.h') diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index b60bbf76..d17b6a3b 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -54,8 +54,6 @@ struct pkg_operations { time_t (*get_builddate) (alpm_pkg_t *); time_t (*get_installdate) (alpm_pkg_t *); const char *(*get_packager) (alpm_pkg_t *); - const char *(*get_md5sum) (alpm_pkg_t *); - const char *(*get_sha256sum) (alpm_pkg_t *); const char *(*get_arch) (alpm_pkg_t *); off_t (*get_size) (alpm_pkg_t *); off_t (*get_isize) (alpm_pkg_t *); -- cgit v1.2.3-24-g4f1b