From 4ae29666166ca7d0c5651f246da13c718f6d8540 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 15 Jul 2022 14:17:47 -0700 Subject: [PATCH] ir3: remove unused patch_vertices_in Part-of: --- src/freedreno/ir3/ir3_context.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freedreno/ir3/ir3_context.h b/src/freedreno/ir3/ir3_context.h index a1983e5252f..29890f9e511 100644 --- a/src/freedreno/ir3/ir3_context.h +++ b/src/freedreno/ir3/ir3_context.h @@ -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;