rusticl/mesa: remove Sync from PipeContext
It was never sync and never will be. Luckily we can just remove it now. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33775>
This commit is contained in:
@@ -21,7 +21,6 @@ pub struct PipeContext {
|
||||
}
|
||||
|
||||
unsafe impl Send for PipeContext {}
|
||||
unsafe impl Sync for PipeContext {}
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
#[repr(u32)]
|
||||
|
||||
Reference in New Issue
Block a user