Remove unused variables

Detected through codeql

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3837>
This commit is contained in:
Bilal Elmoussaoui
2024-06-22 14:39:21 +02:00
committed by Bilal Elmoussaoui
parent 42e5c7bd9c
commit 6e1c761330
18 changed files with 1 additions and 30 deletions

View File

@ -765,7 +765,6 @@ meta_thread_reset_thread_type (MetaThread *thread,
MetaThreadType thread_type)
{
MetaThreadPrivate *priv = meta_thread_get_instance_private (thread);
g_autoptr (GMainContext) thread_context = NULL;
if (priv->thread_type == thread_type)
return;