diff options
-rw-r--r-- | src/lua/lua_task.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index fd4bda533..84ef211be 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); |