1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

fset: remove dead assignment

This commit is contained in:
Sébastien Helleu
2017-06-10 12:49:26 +02:00
parent 6bbc2f3f4c
commit f8fad8e6a5
-1
View File
@@ -736,7 +736,6 @@ fset_option_compare_options_cb (void *data, struct t_arraylist *arraylist,
for (i = 0; i < fset_config_sort_fields_count; i++)
{
rc = 0;
reverse = 1;
case_sensitive = 1;
ptr_field = fset_config_sort_fields[i];