1
0
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:
Aurelien Foret 2005-05-01 17:19:31 +00:00
parent beda47fd22
commit a73427fc0b

View File

@ -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) {