From: Vsevolod Stakhov Date: Fri, 19 May 2023 20:37:11 +0000 (+0100) Subject: [Minor] Remove redundant variable X-Git-Tag: 3.6~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6319622005f9da0cec9e255b8b8e4fe2721ced04;p=thirdparty%2Frspamd.git [Minor] Remove redundant variable --- diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index 3f54f0aaca..842094c54d 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -3950,7 +3950,6 @@ fuzzy_lua_gen_hashes_handler (lua_State *L) } else if (lua_type (L, 2) == LUA_TSTRING) { struct fuzzy_rule *rule; - guint i; GHashTableIter it; gpointer k, v; struct fuzzy_mapping *map;