diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-05-19 21:37:11 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-05-19 21:37:11 +0100 |
commit | 6319622005f9da0cec9e255b8b8e4fe2721ced04 (patch) | |
tree | 44fc9066a245d366b8baca2adcf0ebef228bf281 /src | |
parent | d46799f2874622e356fe263aa9fbda99156247f2 (diff) | |
download | rspamd-6319622005f9da0cec9e255b8b8e4fe2721ced04.tar.gz rspamd-6319622005f9da0cec9e255b8b8e4fe2721ced04.zip |
[Minor] Remove redundant variable
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/fuzzy_check.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index 3f54f0aac..842094c54 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; |