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

removed an unexpected log

This commit is contained in:
Aurelien Foret 2006-03-07 20:53:24 +00:00
parent f0151aa587
commit 9a6bb4e826

View File

@ -488,7 +488,6 @@ PMList *_alpm_removedeps(pmdb_t *db, PMList *targs)
if(!needed) {
pmpkg_t *pkg = _alpm_pkg_new(dep->name, dep->version);
if(pkg == NULL) {
_alpm_log(PM_LOG_ERROR, "could not allocate memory for a package structure");
continue;
}
/* add it to the target list */