Silence compiler warnings
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 Jan 2023 16:46:44 +0000 (11:46 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 Jan 2023 17:07:40 +0000 (12:07 -0500)
Clang complains that these are dead stores.
They are, indeed.

gtk/gtkcomposetable.c

index 7c2dd2cb1667c9295e4f3d7558522d10ad2e3cba..f999ddbc265580db13d951c03a65a3263761d4f0 100644 (file)
@@ -1325,9 +1325,7 @@ gtk_compose_table_check (const GtkComposeTable *table,
   if (n_compose == 1)
     return TRUE;
 
-  seq = NULL;
   match = FALSE;
-  value = 0;
 
   for (i = n_compose - 1; i < table->max_seq_len; i++)
     {