From c2b803090bf37d67b7598067f6127497cce6c7a6 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Thu, 24 Aug 2023 17:49:16 +0200 Subject: [PATCH] agx/lower_address: Remove not used has_offset Signed-off-by: Christian Gmeiner Part-of: --- src/asahi/compiler/agx_nir_lower_address.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/asahi/compiler/agx_nir_lower_address.c b/src/asahi/compiler/agx_nir_lower_address.c index bd72ded78b7..c999b3280c9 100644 --- a/src/asahi/compiler/agx_nir_lower_address.c +++ b/src/asahi/compiler/agx_nir_lower_address.c @@ -9,7 +9,6 @@ /* Results of pattern matching */ struct match { nir_scalar base, offset; - bool has_offset; bool sign_extend; /* Signed shift. A negative shift indicates that the offset needs ushr