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;