diff options
author | Shan Wei <shanwei@cn.fujitsu.com> | 2010-12-01 13:05:17 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-02 16:27:33 -0500 |
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 aebb55383c43..762e2abce889 100644 --- a/include/net/snmp.h +++ b/include/net/snmp.h | |||
@@ -60,7 +60,6 @@ struct ipstats_mib { | |||
60 | }; | 60 | }; |
61 | 61 | ||
62 | /* ICMP */ | 62 | /* ICMP */ |
63 | #define ICMP_MIB_DUMMY __ICMP_MIB_MAX | ||
64 | #define ICMP_MIB_MAX __ICMP_MIB_MAX | 63 | #define ICMP_MIB_MAX __ICMP_MIB_MAX |
65 | struct icmp_mib { | 64 | struct icmp_mib { |
66 | unsigned long mibs[ICMP_MIB_MAX]; | 65 | unsigned long mibs[ICMP_MIB_MAX]; |