Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove stale comment
Bryan Drewery committed 11 years ago
commit fe32488b4bcf2006688f0329688296fbbab61f49
parent a0d4af7
1 file changed +0 -3
modified libpkg/repo/binary/update.c
@@ -731,9 +731,6 @@ pkg_repo_binary_update_incremental(const char *name, struct pkg_repo *repo,
					num_length, checksum);
		} else {
			HASH_DEL(ldel, item);
-
			/* XXX: this logic is broken now, so always update local package */
-
			/* if (strcmp(digest, item->digest) != 0) {
-
			 */
			if (checksum == NULL || item->checksum == NULL) {
				pkg_repo_binary_update_item_new(&ladd, origin, digest,
						num_offset, num_length, checksum);