From: Vsevolod Stakhov Date: Sun, 4 Dec 2016 22:55:52 +0000 (+0000) Subject: [Minor] Remove unused global var X-Git-Tag: 1.4.2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=065f4f64f16ea0df8a34a9dd59b7f120976b783d;p=thirdparty%2Frspamd.git [Minor] Remove unused global var --- diff --git a/src/lua/lua_cfg_file.c b/src/lua/lua_cfg_file.c index b53606470f..c11c7224c0 100644 --- a/src/lua/lua_cfg_file.c +++ b/src/lua/lua_cfg_file.c @@ -256,13 +256,6 @@ rspamd_lua_check_condition (struct rspamd_config *cfg, const gchar *condition) lua_setglobal (L, "osrelease"); #endif -#ifdef HAVE_OPENSSL - lua_pushboolean (L, TRUE); -#else - lua_pushboolean (L, FALSE); -#endif - lua_setglobal (L, "rspamd_supports_rsa"); - /* Rspamd paths */ lua_newtable (L); rspamd_lua_table_set (L, "confdir", RSPAMD_CONFDIR);