Skip to content

Commit

Permalink
Silence a warning for an unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 committed May 24, 2017
1 parent 7a15a7a commit 3410d58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/iperf_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -3101,7 +3101,6 @@ iperf_free_stream(struct iperf_stream *sp)
struct iperf_stream *
iperf_new_stream(struct iperf_test *test, int s)
{
int i;
struct iperf_stream *sp;

char template[1024];
Expand Down

0 comments on commit 3410d58

Please sign in to comment.