Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Remove unused variable.
details: https://anonhg.NetBSD.org/src/rev/62818be5c40a
branches: trunk
changeset: 359240:62818be5c40a
user: maxv <maxv%NetBSD.org@localhost>
date: Mon Feb 05 13:34:20 2018 +0000
description:
Remove unused variable.
diffstat:
sys/netinet/ip_input.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 349b0653e881 -r 62818be5c40a sys/netinet/ip_input.c
--- a/sys/netinet/ip_input.c Mon Feb 05 13:23:11 2018 +0000
+++ b/sys/netinet/ip_input.c Mon Feb 05 13:34:20 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_input.c,v 1.366 2018/02/05 13:23:11 maxv Exp $ */
+/* $NetBSD: ip_input.c,v 1.367 2018/02/05 13:34:20 maxv Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.366 2018/02/05 13:23:11 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.367 2018/02/05 13:34:20 maxv Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -192,9 +192,6 @@
int ip_allowsrcrt = IPALLOWSRCRT;
int ip_mtudisc = IPMTUDISC;
int ip_mtudisc_timeout = IPMTUDISCTIMEOUT;
-#ifdef DIAGNOSTIC
-int ipprintfs = 0;
-#endif
int ip_do_randomid = 0;
Home |
Main Index |
Thread Index |
Old Index