Skip to content

Commit

Permalink
[Minor] Remove redundant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed May 19, 2023
1 parent d46799f commit 6319622
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/fuzzy_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6319622

Please sign in to comment.