Skip to content

Commit

Permalink
[IPV4]: Remove no longer used snmp4_icmp_list.
Browse files Browse the repository at this point in the history
This was obsoleted by a previous change, but the removal was
forgotten.

Reported by David Howells and David Stevens.

Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
David S. Miller committed Oct 26, 2007
1 parent a60387b commit 8a6911b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions net/ipv4/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,6 @@ static const struct snmp_mib snmp4_ipextstats_list[] = {
SNMP_MIB_SENTINEL
};

static const struct snmp_mib snmp4_icmp_list[] = {
SNMP_MIB_ITEM("InMsgs", ICMP_MIB_INMSGS),
SNMP_MIB_ITEM("InErrors", ICMP_MIB_INERRORS),
SNMP_MIB_ITEM("OutMsgs", ICMP_MIB_OUTMSGS),
SNMP_MIB_ITEM("OutErrors", ICMP_MIB_OUTERRORS),
SNMP_MIB_SENTINEL
};

static struct {
char *name;
int index;
Expand Down

0 comments on commit 8a6911b

Please sign in to comment.