commit 6319622: [Minor] Remove redundant variable

Vsevolod Stakhov vsevolod at rspamd.com
Fri May 19 20:42:03 UTC 2023


Author: Vsevolod Stakhov
Date: 2023-05-19 21:37:11 +0100
URL: https://github.com/rspamd/rspamd/commit/6319622005f9da0cec9e255b8b8e4fe2721ced04 (HEAD -> master)

[Minor] Remove redundant variable

---
 src/plugins/fuzzy_check.c | 1 -
 1 file changed, 1 deletion(-)

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;


More information about the Commits mailing list