From 59de9620b440fca4db6d2175ec19273d628da446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timur=20Krist=C3=B3f?= Date: Tue, 3 Aug 2021 10:30:47 +0200 Subject: [PATCH] ac/nir/ngg: Delete unused struct. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was left there by accident after a rebase mistake. Signed-off-by: Timur Kristóf Reviewed-by: Daniel Schürmann Part-of: --- src/amd/common/ac_nir_lower_ngg.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/amd/common/ac_nir_lower_ngg.c b/src/amd/common/ac_nir_lower_ngg.c index 2cf976b5e97..ae56754709f 100644 --- a/src/amd/common/ac_nir_lower_ngg.c +++ b/src/amd/common/ac_nir_lower_ngg.c @@ -97,11 +97,6 @@ typedef struct { nir_variable *pos_value_replacement; } remove_extra_position_output_state; -typedef struct { - nir_ssa_def *reduction_result; - nir_ssa_def *excl_scan_result; -} wg_scan_result; - /* Per-vertex LDS layout of culling shaders */ enum { /* Position of the ES vertex (at the beginning for alignment reasons) */