removed an uneeded check

This commit is contained in:
Aurelien Foret 2005-05-01 17:19:31 +00:00
parent beda47fd22
commit a73427fc0b
1 changed files with 0 additions and 3 deletions

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