mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
anv: remove unused event field
Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38707>
This commit is contained in:
parent
23be634934
commit
72ee520b36
1 changed files with 0 additions and 1 deletions
|
|
@ -5166,7 +5166,6 @@ void anv_cmd_buffer_restore_state(struct anv_cmd_buffer *cmd_buffer,
|
|||
|
||||
struct anv_event {
|
||||
struct vk_object_base base;
|
||||
uint64_t semaphore;
|
||||
struct anv_state state;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue