mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-10 13:28:12 -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) {
|
if(!needed) {
|
||||||
pmpkg_t *pkg = _alpm_pkg_new(dep->name, dep->version);
|
pmpkg_t *pkg = _alpm_pkg_new(dep->name, dep->version);
|
||||||
if(pkg == NULL) {
|
if(pkg == NULL) {
|
||||||
_alpm_log(PM_LOG_ERROR, "could not allocate memory for a package structure");
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/* add it to the target list */
|
/* add it to the target list */
|
||||||
|
Loading…
Reference in New Issue
Block a user