OSDN Git Service

neighbor: remove definition of DEBUG
authorTom Rix <trix@redhat.com>
Thu, 14 Jan 2021 21:29:17 +0000 (13:29 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 16 Jan 2021 01:51:18 +0000 (17:51 -0800)
Defining DEBUG should only be done in development.
So remove DEBUG.

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20210114212917.48174-1-trix@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/neighbour.c

index 277ed85..ff07358 100644 (file)
@@ -41,7 +41,6 @@
 
 #include <trace/events/neigh.h>
 
-#define DEBUG
 #define NEIGH_DEBUG 1
 #define neigh_dbg(level, fmt, ...)             \
 do {                                           \