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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user