Skip to content

Commit

Permalink
[Minor] Remove fuzzy_merge tool
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 6, 2019
1 parent d51244d commit c4a6b58
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 592 deletions.
1 change: 0 additions & 1 deletion src/rspamadm/CMakeLists.txt
Expand Up @@ -3,7 +3,6 @@ SET(RSPAMADMSRC rspamadm.c
pw.c
configtest.c
fuzzy_convert.c
fuzzy_merge.c
configdump.c
control.c
confighelp.c
Expand Down
2 changes: 0 additions & 2 deletions src/rspamadm/commands.c
Expand Up @@ -21,7 +21,6 @@

extern struct rspamadm_command pw_command;
extern struct rspamadm_command configtest_command;
extern struct rspamadm_command fuzzy_merge_command;
extern struct rspamadm_command configdump_command;
extern struct rspamadm_command control_command;
extern struct rspamadm_command confighelp_command;
Expand All @@ -35,7 +34,6 @@ const struct rspamadm_command *commands[] = {
&help_command,
&pw_command,
&configtest_command,
&fuzzy_merge_command,
&configdump_command,
&control_command,
&confighelp_command,
Expand Down

0 comments on commit c4a6b58

Please sign in to comment.