aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2017-05-24 11:08:15 -0700
committerBruce A. Mah <bmah@es.net>2017-05-24 11:08:15 -0700
commit3410d58fdcb2418262509743a37c1337dcac2348 (patch)
treedf83aaea02976b938568294dbfea4e8a7e31b5bd /src
parent7a15a7ae85d0aaf420e8bdefd957b2c4f1322983 (diff)
downloadiperf3-3410d58fdcb2418262509743a37c1337dcac2348.tar.gz
Silence a warning for an unused variable.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/iperf_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/iperf_api.c b/src/iperf_api.c
index 9a264d1..6f4080c 100755
--- a/src/iperf_api.c
+++ b/src/iperf_api.c
@@ -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];