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