PING(8): Delete unused variable

This commit is contained in:
Sebastian Huber 2013-10-31 10:11:33 +01:00
parent d3d6b0879c
commit e24c90c55f

View File

@ -184,7 +184,6 @@ static long nreceived; /* # of packets we got back */
static long nrepeats; /* number of duplicates */ static long nrepeats; /* number of duplicates */
static long ntransmitted; /* sequence # for outbound packets = #sent */ static long ntransmitted; /* sequence # for outbound packets = #sent */
static long snpackets; /* max packets to transmit in one sweep */ static long snpackets; /* max packets to transmit in one sweep */
static long snreceived; /* # of packets we got back in this sweep */
static long sntransmitted; /* # of packets we sent in this sweep */ static long sntransmitted; /* # of packets we sent in this sweep */
static int sweepmax; /* max value of payload in sweep */ static int sweepmax; /* max value of payload in sweep */
static int sweepmin = 0; /* start value of payload in sweep */ static int sweepmin = 0; /* start value of payload in sweep */