From: Vsevolod Stakhov Date: Fri, 11 Oct 2019 12:39:21 +0000 (+0100) Subject: [Minor] Remove deleted code X-Git-Tag: 2.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bab5a51536779ff51a60698df588f0170621930;p=thirdparty%2Frspamd.git [Minor] Remove deleted code --- diff --git a/src/lua/lua_cfg_file.c b/src/lua/lua_cfg_file.c index 23001f8f15..68acdd3683 100644 --- a/src/lua/lua_cfg_file.c +++ b/src/lua/lua_cfg_file.c @@ -117,10 +117,6 @@ rspamd_lua_post_load_config (struct rspamd_config *cfg) rspamd_strlcpy (tmp, name, keylen + 1); g_ptr_array_add (names, tmp); } - - if (name != NULL && lua_istable (L, -1)) { - - } } PTR_ARRAY_FOREACH (names, i, name) {