code cleanup
This commit is contained in:
parent
7fbbab6435
commit
f34d895dc5
1 changed files with 0 additions and 8 deletions
|
@ -534,14 +534,6 @@ int resolvedeps(pmdb_t *local, PMList *dbs_sync, pmpkg_t *syncpkg, PMList *list,
|
||||||
pmdepmissing_t *miss = i->data;
|
pmdepmissing_t *miss = i->data;
|
||||||
pmpkg_t *sync = NULL;
|
pmpkg_t *sync = NULL;
|
||||||
|
|
||||||
/* XXX: conflicts are now treated specially in the _add and _sync functions */
|
|
||||||
|
|
||||||
/*if(miss->type == PM_DEP_TYPE_CONFLICT) {
|
|
||||||
_alpm_log(PM_LOG_ERROR, "cannot resolve dependencies for \"%s\" (it conflict with %s)", miss->target, miss->depend.name);
|
|
||||||
RET_ERR(???, -1);
|
|
||||||
} else*/
|
|
||||||
|
|
||||||
|
|
||||||
/* check if one of the packages in *list already provides this dependency */
|
/* check if one of the packages in *list already provides this dependency */
|
||||||
for(j = list; j && !found; j = j->next) {
|
for(j = list; j && !found; j = j->next) {
|
||||||
pmpkg_t *sp = (pmpkg_t *)j->data;
|
pmpkg_t *sp = (pmpkg_t *)j->data;
|
||||||
|
|
Loading…
Add table
Reference in a new issue