Dont warn about dep cycles

This commit is contained in:
Martin Valba 2024-09-28 22:06:48 +03:00
parent 8199251b67
commit 23ffe1cbba

View File

@ -181,7 +181,6 @@ static void _alpm_warn_dep_cycle(alpm_handle_t *handle, alpm_list_t *targets,
} else {
alpm_pkg_t *ancestorpkg = ancestor->data;
alpm_pkg_t *childpkg = vertex->data;
_alpm_log(handle, ALPM_LOG_WARNING, _("dependency cycle detected:\n"));
if(reverse) {
_alpm_log(handle, ALPM_LOG_WARNING,
_("%s will be removed after its %s dependency\n"),