From 30ff9897c12d873172a5a32a41c4c59ba352e5bb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 31 Oct 2013 10:13:55 +0100 Subject: PING6(8): Delete unused variable --- freebsd/sbin/ping6/ping6.c | 1 - 1 file changed, 1 deletion(-) (limited to 'freebsd') diff --git a/freebsd/sbin/ping6/ping6.c b/freebsd/sbin/ping6/ping6.c index 3bd0a034..abb95268 100644 --- a/freebsd/sbin/ping6/ping6.c +++ b/freebsd/sbin/ping6/ping6.c @@ -230,7 +230,6 @@ static char *hostname; static int ident; /* process id to identify our packets */ static u_int8_t nonce[8]; /* nonce field for node information */ static int hoplimit = -1; /* hoplimit */ -static int pathmtu = 0; /* path MTU for the destination. 0 = unspec. */ /* counters */ static long nmissedmax; /* max value of ntransmitted - nreceived - 1 */ -- cgit v1.2.3