pvr: remove duplicate define

The same define appears a few lines above.

Signed-off-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21495>
This commit is contained in:
Frank Binns 2023-02-23 09:58:29 +00:00 committed by Marge Bot
parent cbfa4d52ed
commit 964323fe97

View file

@ -56,9 +56,6 @@ enum pvr_hard_code_shader_type {
PVR_HARD_CODE_SHADER_TYPE_GRAPHICS,
};
#define util_dynarray_append_mem(buf, size, mem) \
memcpy(util_dynarray_grow_bytes((buf), 1, size), mem, size)
static const struct pvr_hard_coding_data {
const char *const name;
uint64_t bvnc;