Remove unused variables
Detected through codeql Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3837>
This commit is contained in:

committed by
Bilal Elmoussaoui

parent
42e5c7bd9c
commit
6e1c761330
@ -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;
|
||||
|
Reference in New Issue
Block a user