]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Remove redundant variable
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 19 May 2023 20:37:11 +0000 (21:37 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 19 May 2023 20:37:11 +0000 (21:37 +0100)
src/plugins/fuzzy_check.c

index 3f54f0aaca12e5531041eb0810b19a30496e15c3..842094c54d6253c5f218d1eb55218e836fe975d1 100644 (file)
@@ -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;