mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 08:20:12 +01:00
v3d: remove redefine of VG(x)
Instead just depend on the one in v3d_packet_helpers.h Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5819>
This commit is contained in:
parent
03a5b3f6d5
commit
20dff7dc6b
1 changed files with 0 additions and 8 deletions
|
|
@ -35,14 +35,6 @@
|
|||
#include "v3d_context.h"
|
||||
#include "v3d_screen.h"
|
||||
|
||||
#ifdef HAVE_VALGRIND
|
||||
#include <valgrind.h>
|
||||
#include <memcheck.h>
|
||||
#define VG(x) x
|
||||
#else
|
||||
#define VG(x)
|
||||
#endif
|
||||
|
||||
static bool dump_stats = false;
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue