This commit is contained in:
Judd Vinet 2006-01-08 22:07:31 +00:00
parent 6866b8ce6f
commit 45a7e57f6c
1 changed files with 0 additions and 3 deletions

View File

@ -287,7 +287,6 @@ PMList *checkdeps(pmdb_t *db, unsigned char op, PMList *packages)
}
/* CHECK 3: check database against targets */
for(k = db_get_pkgcache(db); k; k = k->next) {
int conflict = 0;
info = k->data;
for(j = info->conflicts; j; j = j->next) {
if(!strcmp((char *)j->data, tp->name)) {
@ -325,8 +324,6 @@ PMList *checkdeps(pmdb_t *db, unsigned char op, PMList *packages)
}
}
}
if(conflict) {
}
}
/* DEPENDENCIES -- look for unsatisfied dependencies */