Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
cleanup: remove useless assert
Baptiste Daroussin committed 7 months ago
commit cc5c44a77f64955ceda0fa942e203adbef2154ec
parent ed5347a
1 file changed +0 -1
modified libpkg/pkg_jobs.c
@@ -1072,7 +1072,6 @@ pkg_jobs_need_upgrade(charv_t *system_shlibs, struct pkg *rp, struct pkg *lp)
		free(rp->reason);
		xasprintf(&rp->reason, "ABI changed: '%s' -> '%s'",
		    lp->abi, rp->abi);
-
		assert(rp->reason != NULL);
		return (true);
	}