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) {