Silence compiler warnings

Clang complains that these are dead stores.
They are, indeed.
This commit is contained in:
Matthias Clasen 2023-01-13 11:46:44 -05:00
parent 703ed608c0
commit fecc923c2c

View 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++)
{