From c207930dc64a680cc9a1ae9075e66f9d963e32e4 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 7 Apr 2019 09:34:46 +0100 Subject: [Minor] Fix various warnings --- src/rspamadm/lua_repl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/rspamadm/lua_repl.c') diff --git a/src/rspamadm/lua_repl.c b/src/rspamadm/lua_repl.c index e91bd34fa..430c800f9 100644 --- a/src/rspamadm/lua_repl.c +++ b/src/rspamadm/lua_repl.c @@ -619,8 +619,6 @@ static void rspamadm_lua_error_handler (struct rspamd_http_connection_entry *conn_ent, GError *err) { - struct rspamadm_lua_repl_session *session = conn_ent->ud; - rspamd_fprintf (stderr, "http error occurred: %s\n", err->message); } -- cgit v1.2.3