From e24c90c55f3b771793d5826492c0d8f6fa268fe5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 31 Oct 2013 10:11:33 +0100 Subject: [PATCH] PING(8): Delete unused variable --- freebsd/sbin/ping/ping.c | 1 - 1 file changed, 1 deletion(-) diff --git a/freebsd/sbin/ping/ping.c b/freebsd/sbin/ping/ping.c index c8e0e335..0b7b5274 100644 --- a/freebsd/sbin/ping/ping.c +++ b/freebsd/sbin/ping/ping.c @@ -184,7 +184,6 @@ static long nreceived; /* # of packets we got back */ static long nrepeats; /* number of duplicates */ static long ntransmitted; /* sequence # for outbound packets = #sent */ 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 int sweepmax; /* max value of payload in sweep */ static int sweepmin = 0; /* start value of payload in sweep */