]> source.dussan.org Git - rspamd.git/commitdiff
Remove unused definition.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 16 Aug 2014 18:18:59 +0000 (19:18 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 16 Aug 2014 18:18:59 +0000 (19:18 +0100)
src/lua/lua_task.c

index fd4bda533883f26d5d20e31a87ec2a45efaefff0..84ef211be06c966da63dcbf3acc024ac413c3a07 100644 (file)
 #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);