mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-06 16:04:47 +01:00
These variables were already (correctly) accessed atomically. The `volatile` qualifier doesn’t help with that. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #600