From a5d478d17ccec44219b2949b0b42c0284b0d8553 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 9 Feb 2023 15:01:12 -0500 Subject: [PATCH] agx: Remove unused AGX_MAX_VARYINGS Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/compiler/agx_compile.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/asahi/compiler/agx_compile.h b/src/asahi/compiler/agx_compile.h index 0c5a289738a..7e00a28212a 100644 --- a/src/asahi/compiler/agx_compile.h +++ b/src/asahi/compiler/agx_compile.h @@ -27,9 +27,6 @@ #include "compiler/nir/nir.h" #include "util/u_dynarray.h" -/* Arbitrary */ -#define AGX_MAX_VARYINGS (32) - struct agx_varyings_vs { /* The first index used for FP16 varyings. Indices less than this are treated * as FP32. This may require remapping slots to guarantee.