From 69a3558b75948e4b1592a060a58f6c1d58b7d459 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 18 Sep 2011 17:03:54 -0500 Subject: Remove dead changelog_feof() code We never ended up using or really needing this; kill it for now knowing it is in git history if ever needed again. Signed-off-by: Dan McGee --- lib/libalpm/package.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/libalpm/package.c') diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c index 30458576..af893025 100644 --- a/lib/libalpm/package.c +++ b/lib/libalpm/package.c @@ -367,13 +367,6 @@ size_t SYMEXPORT alpm_pkg_changelog_read(void *ptr, size_t size, return pkg->ops->changelog_read(ptr, size, pkg, fp); } -/* -int SYMEXPORT alpm_pkg_changelog_feof(const alpm_pkg_t *pkg, void *fp) -{ - return pkg->ops->changelog_feof(pkg, fp); -} -*/ - /** Close a package changelog for reading. */ int SYMEXPORT alpm_pkg_changelog_close(const alpm_pkg_t *pkg, void *fp) { -- cgit v1.2.3-24-g4f1b