From: Vsevolod Stakhov Date: Sat, 16 Aug 2014 18:18:59 +0000 (+0100) Subject: Remove unused definition. X-Git-Tag: 0.7.0~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606bb74d131c04d399b2476a91edd69000313855;p=thirdparty%2Frspamd.git Remove unused definition. --- diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index fd4bda5338..84ef211be0 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -39,12 +39,6 @@ #include "statfile_sync.h" #include "diff.h" -extern stat_file_t * get_statfile_by_symbol (statfile_pool_t *pool, - struct rspamd_classifier_config *ccf, - const gchar *symbol, - struct rspamd_statfile_config **st, - gboolean try_create); - /* Task creation */ LUA_FUNCTION_DEF (task, create_empty); LUA_FUNCTION_DEF (task, create_from_buffer);