nvk: Remove unused cmd.tls_space_needed

Reviewed-by: Mary Guillemard <mary@mary.zone>
This commit is contained in:
Mel Henning 2025-03-12 16:00:36 -04:00
parent a60e33743a
commit 3705141b1a

View file

@ -236,8 +236,6 @@ struct nvk_cmd_buffer {
*/
struct util_dynarray pushes;
uint64_t tls_space_needed;
uint8_t prev_subc;
};