diff options
author | Flavio Leitner <fbl@redhat.com> | 2011-10-24 04:15:10 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-24 17:36:08 -0400 |
commit | 78d81d15b74246c7cedf84894434890b33da3907 (patch) | |
tree | cf2dd0b8d51204c4a956f443adaa2c90732aa0b0 /include/net | |
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/net')
-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 ed0e81452827..e147f42d643d 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -18,7 +18,6 @@ | |||
18 | #ifndef _TCP_H | 18 | #ifndef _TCP_H |
19 | #define _TCP_H | 19 | #define _TCP_H |
20 | 20 | ||
21 | #define TCP_DEBUG 1 | ||
22 | #define FASTRETRANS_DEBUG 1 | 21 | #define FASTRETRANS_DEBUG 1 |
23 | 22 | ||
24 | #include <linux/list.h> | 23 | #include <linux/list.h> |