diff options
author | Shan Wei <shanwei@cn.fujitsu.com> | 2010-12-01 18:05:17 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-02 13:27:33 -0800 |
commit | dca9b2404a6d6579828da2425c051462701efd3f (patch) | |
tree | c8f5fdd5f52e1ede8716703323f4297234a1e687 /include/net/snmp.h | |
parent | b672083ed36a49c323737b7c7e1d5264a7c193af (diff) |
net: kill unused macros from head file
These macros have been defined for several years since v2.6.12-rc2(tracing by git),
but never be used. So remove them.
Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/snmp.h')
-rw-r--r-- | include/net/snmp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/snmp.h b/include/net/snmp.h index aebb55383c4..762e2abce88 100644 --- a/include/net/snmp.h +++ b/include/net/snmp.h @@ -60,7 +60,6 @@ struct ipstats_mib { }; /* ICMP */ -#define ICMP_MIB_DUMMY __ICMP_MIB_MAX #define ICMP_MIB_MAX __ICMP_MIB_MAX struct icmp_mib { unsigned long mibs[ICMP_MIB_MAX]; |