Skip to content

Commit

Permalink
text: Removed dumplicated code initialing axel
Browse files Browse the repository at this point in the history
Signed-off-by: jason23347 <[email protected]>
  • Loading branch information
Jason23347 committed Apr 6, 2020
1 parent efc992f commit 548699f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/text.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,14 +320,6 @@ main(int argc, char *argv[])
search[i].speed);
printf("\n");
}
/* FIXME this is lost; also, should not this append to the
* existing list? */
axel = axel_new(conf, j, search);
free(search);
if (!axel || axel->ready == -1) {
print_messages(axel);
goto close_axel;
}
} else {
search = list;
}
Expand Down

0 comments on commit 548699f

Please sign in to comment.