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>
This commit is contained in:

committed by
David S. Miller

parent
b672083ed3
commit
dca9b2404a
@@ -42,9 +42,6 @@ enum {
|
||||
#define ND_REACHABLE_TIME (30*HZ)
|
||||
#define ND_RETRANS_TIMER HZ
|
||||
|
||||
#define ND_MIN_RANDOM_FACTOR (1/2)
|
||||
#define ND_MAX_RANDOM_FACTOR (3/2)
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
#include <linux/compiler.h>
|
||||
|
Reference in New Issue
Block a user