Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove dead code
Baptiste Daroussin committed 8 years ago
commit db3a2125c3d1548bb92d93d7e5466964e6b6b803
parent 2931715
1 file changed +0 -11
modified libpkg/pkg_repo_create.c
@@ -85,17 +85,6 @@ pkg_digest_sort_compare_func(struct digest_list_entry *d1,
	return strcmp(d1->origin, d2->origin);
}

-
static void
-
pkg_repo_new_conflict(const char *uniqueid, struct pkg_conflict_bulk *bulk)
-
{
-
	struct pkg_conflict *new;
-

-
	new = xcalloc(1, sizeof(*new));
-
	new->uid = xstrdup(uniqueid);
-

-
	kh_safe_add(pkg_conflicts, bulk->conflictshash, new, new->uid);
-
}
-

struct pkg_fts_item {
	char *fts_accpath;
	char *pkg_path;