mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 21:40:08 +01:00
pan/decode: Remove unused MEMORY_PROP macro
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8829>
This commit is contained in:
parent
19a29f2e45
commit
0aa3e959b8
1 changed files with 0 additions and 8 deletions
|
|
@ -37,14 +37,6 @@
|
|||
#include "midgard/disassemble.h"
|
||||
#include "bifrost/disassemble.h"
|
||||
|
||||
#define MEMORY_PROP(obj, p) {\
|
||||
if (obj->p) { \
|
||||
char *a = pointer_as_memory_reference(obj->p); \
|
||||
pandecode_prop("%s = %s", #p, a); \
|
||||
free(a); \
|
||||
} \
|
||||
}
|
||||
|
||||
#define MEMORY_PROP_DIR(obj, p) {\
|
||||
if (obj.p) { \
|
||||
char *a = pointer_as_memory_reference(obj.p); \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue