Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
libpkg: delete dead function declaration
Isaac Freund committed 1 year ago
commit 9fba676b5b290bbbe69253093982a36bc397038b
parent 6d4a6a2
1 file changed +0 -5
modified libpkg/private/pkg_jobs.h
@@ -200,11 +200,6 @@ int pkg_conflicts_append_chain(struct pkg_job_universe_item *it,
	struct pkg_jobs *j);

/*
-
 * Perform integrity check for the jobs specified
-
 */
-
int pkg_conflicts_integrity_check(struct pkg_jobs *j);
-

-
/*
 * Check whether `rp` is an upgrade for `lp`
 */
bool pkg_jobs_need_upgrade(struct pkg *rp, struct pkg *lp);