mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
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:
parent
f39f6ce7ba
commit
70bfa005a5
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue