summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-12 03:08:31 +0200
committerDan McGee <dan@archlinux.org>2011-08-15 19:11:59 +0200
commitf3f39cef84330b734c36a60e48cf26a3f3e1f76c (patch)
treebda8491253aef025a8543b9348b7aa2bbec866d7 /lib/libalpm/package.h
parent7de92cb2232b2fc40c8fe749da78e8920afa0f1f (diff)
downloadpacman-f3f39cef84330b734c36a60e48cf26a3f3e1f76c.tar.gz
pacman-f3f39cef84330b734c36a60e48cf26a3f3e1f76c.tar.xz
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 <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/package.h')
-rw-r--r--lib/libalpm/package.h2
1 files changed, 0 insertions, 2 deletions
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 *);