]> source.dussan.org Git - rspamd.git/commitdiff
Remove unused variable.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 1 May 2014 23:31:03 +0000 (16:31 -0700)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 1 May 2014 23:31:03 +0000 (16:31 -0700)
src/libserver/spf.c

index 50a4e09a9f251485ed9a0547051caa1a421a128d..71bde4527292272b5ea5a9562abdd0c0f50b3aa0 100644 (file)
@@ -454,7 +454,6 @@ spf_record_dns_callback (struct rdns_reply *reply, gpointer arg)
        struct rdns_reply_entry      *elt_data;
        GList                           *tmp = NULL;
        struct rspamd_task              *task;
-       struct spf_addr                 *new_addr;
 
        task = cb->rec->task;