summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/ping6/ping6.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 10:13:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 13:20:14 +0100
commit30ff9897c12d873172a5a32a41c4c59ba352e5bb (patch)
tree74e00da4e13d454afbbc0f235039c83edc8b43ff /freebsd/sbin/ping6/ping6.c
parentPING6(8): Fix isxdigit() usage (diff)
downloadrtems-libbsd-30ff9897c12d873172a5a32a41c4c59ba352e5bb.tar.bz2
PING6(8): Delete unused variable
Diffstat (limited to 'freebsd/sbin/ping6/ping6.c')
-rw-r--r--freebsd/sbin/ping6/ping6.c1
1 files changed, 0 insertions, 1 deletions
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 */