ir3: remove unused patch_vertices_in
authorChia-I Wu <olvaffe@gmail.com>
Fri, 15 Jul 2022 21:17:47 +0000 (14:17 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 26 Jul 2022 01:04:56 +0000 (01:04 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17570>

src/freedreno/ir3/ir3_context.h

index a1983e5..29890f9 100644 (file)
@@ -95,7 +95,6 @@ struct ir3_context {
    struct ir3_instruction *gs_header;
 
    /* For tessellation shaders: */
-   struct ir3_instruction *patch_vertices_in;
    struct ir3_instruction *tcs_header;
    struct ir3_instruction *tess_coord;
    struct ir3_instruction *rel_patch_id;