diff --git a/src/gallium/auxiliary/util/u_threaded_context.c b/src/gallium/auxiliary/util/u_threaded_context.c index e1ec47e4e0c..b05cffd754d 100644 --- a/src/gallium/auxiliary/util/u_threaded_context.c +++ b/src/gallium/auxiliary/util/u_threaded_context.c @@ -395,8 +395,6 @@ tc_end_query(struct pipe_context *_pipe, struct pipe_query *query) struct tc_end_query_payload *payload = tc_add_struct_typed_call(tc, TC_CALL_end_query, tc_end_query_payload); - tc_add_small_call(tc, TC_CALL_end_query); - payload->tc = tc; payload->query = query;