ir3: remove unused patch_vertices_in

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17570>
This commit is contained in:
Chia-I Wu
2022-07-15 14:17:47 -07:00
committed by Marge Bot
parent 74c96af71d
commit 4ae2966616
-1
View 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;