diff options
author | Flavio Leitner <fbl@redhat.com> | 2011-10-24 08:15:10 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-24 17:36:08 -0400 |
commit | 78d81d15b74246c7cedf84894434890b33da3907 (patch) | |
tree | cf2dd0b8d51204c4a956f443adaa2c90732aa0b0 /include | |
parent | 8b1857357acd919b9a7fa391afbea30123fdfaec (diff) |
TCP: remove TCP_DEBUG
It was enabled by default and the messages guarded
by the define are useful.
Signed-off-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index ed0e8145282..e147f42d643 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -18,7 +18,6 @@ #ifndef _TCP_H #define _TCP_H -#define TCP_DEBUG 1 #define FASTRETRANS_DEBUG 1 #include <linux/list.h> |