diff --git a/src/query.c b/src/query.c index 0a7b64f1e..87bcee690 100644 --- a/src/query.c +++ b/src/query.c @@ -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; - } } }