Remove some useless checks

This commit is contained in:
Wim Taymans 2020-05-20 15:15:14 +02:00
parent 8123e271ec
commit d31c057b42
6 changed files with 7 additions and 19 deletions

View file

@ -1777,10 +1777,6 @@ children_of(struct remote_data *rd, uint32_t parent_id,
}
}
if (!count)
return 0;
return count;
}