mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
removed an unexpected log
This commit is contained in:
parent
f0151aa587
commit
9a6bb4e826
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user