Skip to content

Commit

Permalink
Removed check for shared component in order_by logic
Browse files Browse the repository at this point in the history
  • Loading branch information
klechenov committed Dec 2, 2023
1 parent 0d6c22e commit ef9e326
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/query.c
Original file line number Diff line number Diff line change
Expand Up @@ -1340,11 +1340,6 @@ void flecs_query_sort_tables(
if (tr) {
column = tr->column;
}

if (column == -1) {
/* Component is shared, no sorting is needed */
dirty = false;
}
}
}

Expand Down

0 comments on commit ef9e326

Please sign in to comment.