panfrost: Drop random #define

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10845>
This commit is contained in:
Alyssa Rosenzweig 2021-05-10 13:07:38 -04:00 committed by Marge Bot
parent 958f11d537
commit 73ca229690
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@
/* Forward declare to avoid extra header dep */
struct prim_convert_context;
#define MAX_VARYINGS 4096
#define SET_BIT(lval, bit, cond) \
if (cond) \
lval |= (bit); \