mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 13:20:13 +01:00
xf86drmMode: remove unused valgrind(VG) macros
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
32471b265c
commit
8426967d4e
1 changed files with 0 additions and 8 deletions
|
|
@ -56,14 +56,6 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_VALGRIND
|
||||
#include <valgrind.h>
|
||||
#include <memcheck.h>
|
||||
#define VG(x) x
|
||||
#else
|
||||
#define VG(x)
|
||||
#endif
|
||||
|
||||
#define memclear(s) memset(&s, 0, sizeof(s))
|
||||
|
||||
#define U642VOID(x) ((void *)(unsigned long)(x))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue