removed an uneeded check
This commit is contained in:
parent
beda47fd22
commit
a73427fc0b
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue