mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-20 03:40:30 +01:00
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:
parent
cbfa4d52ed
commit
964323fe97
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue