]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove unused var
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 26 Oct 2020 17:49:46 +0000 (17:49 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 26 Oct 2020 17:49:46 +0000 (17:49 +0000)
src/libmime/mime_expressions.c

index a06baffaf439f55fa5a9279781f74a64d8a3b1ed..aac9e518b1cb7ee11beda9bea9df2acdc6971c40 100644 (file)
@@ -1456,7 +1456,6 @@ rspamd_has_only_html_part (struct rspamd_task * task, GArray * args,
 {
        struct rspamd_mime_text_part *p;
        guint i, cnt_html = 0, cnt_txt = 0;
-       gboolean res = FALSE;
 
        PTR_ARRAY_FOREACH (MESSAGE_FIELD (task, text_parts), i, p) {
                p = g_ptr_array_index (MESSAGE_FIELD (task, text_parts), 0);