From: Vsevolod Stakhov Date: Mon, 8 Jul 2013 19:49:43 +0000 (+0100) Subject: Remove unused code. X-Git-Tag: 0.6.0~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e57f7dabfb376f7188c17f61f6d1d68b79278f8;p=thirdparty%2Frspamd.git Remove unused code. --- diff --git a/src/main.c b/src/main.c index c855f893e2..9b5a121088 100644 --- a/src/main.c +++ b/src/main.c @@ -347,10 +347,6 @@ parse_filters_str (struct config_file *cfg, const gchar *str) p++; continue; } - cur = memory_pool_alloc (cfg->cfg_pool, sizeof (struct filter)); - cur->type = PERL_FILTER; - cur->func_name = memory_pool_strdup (cfg->cfg_pool, *p); - cfg->filters = g_list_prepend (cfg->filters, cur); p++; }