From 70bfa005a5447db60e634447a2a5cf16f4a53572 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 14 Apr 2026 16:08:28 -0400 Subject: [PATCH] jay: drop dead code Signed-off-by: Alyssa Rosenzweig Part-of: --- src/intel/compiler/jay/jay_register_allocate.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/intel/compiler/jay/jay_register_allocate.c b/src/intel/compiler/jay/jay_register_allocate.c index 3852ea887a9..4d2d4c9d9ab 100644 --- a/src/intel/compiler/jay/jay_register_allocate.c +++ b/src/intel/compiler/jay/jay_register_allocate.c @@ -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) {