From d4f82b24f94f0c1f909db58890bb0a42ba696bc0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 12 Jul 2014 16:27:21 +0200 Subject: [PATCH] lib/repo_pkgdeps.c: conflicts are checked via xbps_transaction_prepare() already. --- lib/repo_pkgdeps.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/repo_pkgdeps.c b/lib/repo_pkgdeps.c index 412c92f6..8a169772 100644 --- a/lib/repo_pkgdeps.c +++ b/lib/repo_pkgdeps.c @@ -355,11 +355,6 @@ find_repo_deps(struct xbps_handle *xhp, } free(pkgname); free(reqpkgname); - - /* - * Check if package has matched conflicts. - */ - xbps_pkg_find_conflicts(xhp, unsorted, curpkgd); /* * Package is on repo, add it into the transaction dictionary. */