remove useless continue
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
841c60f2b3
commit
e8ec7e54e5
1 changed files with 0 additions and 1 deletions
|
@ -541,7 +541,6 @@ int _alpm_sync_prepare(alpm_handle_t *handle, alpm_list_t **data)
|
||||||
trans->add = alpm_list_remove(trans->add, rsync, _alpm_pkg_cmp, NULL);
|
trans->add = alpm_list_remove(trans->add, rsync, _alpm_pkg_cmp, NULL);
|
||||||
/* rsync is not a transaction target anymore */
|
/* rsync is not a transaction target anymore */
|
||||||
trans->unresolvable = alpm_list_add(trans->unresolvable, rsync);
|
trans->unresolvable = alpm_list_add(trans->unresolvable, rsync);
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
alpm_list_free_inner(deps, (alpm_list_fn_free)_alpm_conflict_free);
|
alpm_list_free_inner(deps, (alpm_list_fn_free)_alpm_conflict_free);
|
||||||
|
|
Loading…
Add table
Reference in a new issue