1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

removed db_scan calls - take 2

This commit is contained in:
Aurelien Foret 2006-03-07 21:09:16 +00:00
parent 5d7dcdd22c
commit 3a08d20b37

View File

@ -323,7 +323,6 @@ PMList *_alpm_db_find_conflicts(pmdb_t *db, PMList *targets, char *root, PMList
*/
*skip_list = _alpm_list_add(*skip_list, strdup(filestr));
}
FREEPKG(dbpkg2);
}
}
}