Skip to content

Commit c1e321b

Browse files
saganattktf
authored andcommitted
Remove probably redundant check. To be checked
1 parent aec2bdb commit c1e321b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Framework/Core/include/Framework/ASoAHelpers.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ std::vector<BinningIndex> groupTable(const T& table, const BP<Cs...>& binningPol
7878
{
7979
std::vector<BinningIndex> groupedIndices;
8080

81-
// TODO: Check if this check can be now skipped
82-
if (table.size() == 0) {
83-
return groupedIndices;
84-
}
85-
8681
for(auto rowIterator : table) {
8782
auto values = binningPolicy.getBinningValues(rowIterator);
8883
auto val = binningPolicy.getBin(values);

0 commit comments

Comments
 (0)