Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove another unused variable
Baptiste Daroussin committed 11 years ago
commit d0a69a52ea357ee8163c5ea1772664176e0c8ee9
parent 7d6f026
1 file changed +0 -2
modified libpkg/pkg_jobs.c
@@ -930,14 +930,12 @@ pkg_jobs_process_remote_pkg(struct pkg_jobs *j, struct pkg *p,
		struct pkg_job_universe_item **unit,
		bool add_request)
{
-
	struct pkg *p1;
	struct pkg_job_universe_item *jit;
	struct pkg_job_seen *seen;
	struct pkg_job_request *jreq;
	int rc = EPKG_FATAL;
	const char *uid, *digest;

-
	p1 = NULL;
	pkg_get(p, PKG_UNIQUEID, &uid, PKG_DIGEST, &digest);

	if (digest == NULL) {