From: Timothy Arceri Date: Wed, 8 Jul 2020 10:11:32 +0000 (+1000) Subject: v3d: remove redefine of VG(x) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20dff7dc6b0456bfca087c1f0a7ebe335e5475d9;p=mesa.git v3d: remove redefine of VG(x) Instead just depend on the one in v3d_packet_helpers.h Reviewed-by: Eric Anholt Part-of: --- diff --git a/src/gallium/drivers/v3d/v3d_bufmgr.c b/src/gallium/drivers/v3d/v3d_bufmgr.c index dd8a2e98611..48f5a54936c 100644 --- a/src/gallium/drivers/v3d/v3d_bufmgr.c +++ b/src/gallium/drivers/v3d/v3d_bufmgr.c @@ -35,14 +35,6 @@ #include "v3d_context.h" #include "v3d_screen.h" -#ifdef HAVE_VALGRIND -#include -#include -#define VG(x) x -#else -#define VG(x) -#endif - static bool dump_stats = false; static void