[pacman-dev] [PATCH] remove useless continue

Andrew Gregory andrew.gregory.8 at gmail.com
Wed Dec 11 11:58:27 EST 2013


Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
---
 lib/libalpm/sync.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c
index 551f926..7dbb8a0 100644
--- a/lib/libalpm/sync.c
+++ b/lib/libalpm/sync.c
@@ -536,7 +536,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);
 			/* rsync is not a transaction target anymore */
 			trans->unresolvable = alpm_list_add(trans->unresolvable, rsync);
-			continue;
 		}
 
 		alpm_list_free_inner(deps, (alpm_list_fn_free)_alpm_conflict_free);
-- 
1.8.5.1



More information about the pacman-dev mailing list