jay: drop dead code

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41064>
This commit is contained in:
Alyssa Rosenzweig 2026-04-14 16:08:28 -04:00 committed by Marge Bot
parent f39f6ce7ba
commit 70bfa005a5

View file

@ -885,12 +885,6 @@ pick_regs(jay_ra_state *ra,
return best_reg;
}
struct window {
jay_reg base;
uint16_t length;
};
static_assert(sizeof(struct window) == 4, "packed");
static void
assign_regs_for_inst(jay_ra_state *ra, jay_inst *I)
{