From 2b700f6bfdec9dd4fd6982f6e2c3171c77805f7d Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Tue, 2 Dec 2025 18:27:55 -0800 Subject: [PATCH] brw: Delete attr_desc struct Unused since commit 18bbcf9a630de8b5acbc98c627307bb0d2d15c6e. Reviewed-by: Caio Oliveira Reviewed-by: Alyssa Rosenzweig Part-of: --- src/intel/compiler/brw/brw_compile_mesh.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/intel/compiler/brw/brw_compile_mesh.cpp b/src/intel/compiler/brw/brw_compile_mesh.cpp index ead45643807..05da184993f 100644 --- a/src/intel/compiler/brw/brw_compile_mesh.cpp +++ b/src/intel/compiler/brw/brw_compile_mesh.cpp @@ -528,13 +528,6 @@ enum { VERT_FLAT, /* per vertex flat */ }; -struct attr_desc { - int location; - const struct glsl_type *type; - unsigned dwords; - unsigned slots; -}; - static void brw_compute_mue_map(const struct brw_compiler *compiler, nir_shader *nir, struct brw_mue_map *map,