Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jul 1, 2018
1 parent 0176ec8 commit cad6bf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,6 @@ int fr_command_run(FILE *fp, fr_cmd_t *head, int argc, char const *argv[])
if (argc == 0) return 0;

for (i = 0; i < argc; i++) {
int j;

cmd = fr_command_find(&start, argv[i], NULL);
if (!cmd) {
if (argc == 1) {
Expand Down

0 comments on commit cad6bf1

Please sign in to comment.