mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 07:48:50 -05:00
removed an uneeded check
This commit is contained in:
parent
beda47fd22
commit
a73427fc0b
@ -397,9 +397,6 @@ int pacman_sync(list_t *targets)
|
||||
if(sync_synctree(pmc_syncs)) {
|
||||
return(1);
|
||||
}
|
||||
if(targets == NULL) {
|
||||
return(0);
|
||||
}
|
||||
}
|
||||
|
||||
if(pmo_s_search) {
|
||||
|
Loading…
Reference in New Issue
Block a user