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:
Karol Herbst
2025-03-04 00:16:09 +01:00
committed by Marge Bot
parent 7d94fe8c5f
commit d74b3c550b
@@ -21,7 +21,6 @@ pub struct PipeContext {
}
unsafe impl Send for PipeContext {}
unsafe impl Sync for PipeContext {}
#[derive(Clone, Copy)]
#[repr(u32)]