]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove deleted code
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 11 Oct 2019 12:39:21 +0000 (13:39 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 11 Oct 2019 12:39:21 +0000 (13:39 +0100)
src/lua/lua_cfg_file.c

index 23001f8f15afb6b9f80070dae1d948b4f36ff44a..68acdd36834fca8299870487a7b5f557de14e9c6 100644 (file)
@@ -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) {