summaryrefslogtreecommitdiff
path: root/cpukit/libnetworking/opt_tcpdebug.h
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-24 19:06:38 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-03-23 10:18:27 -0600
commit79462e3ebc2c5ae8bfcbfe64df6bd50c7099f8d6 (patch)
tree6a16a5c4269fe1ba66152bb113b22c7108bd454e /cpukit/libnetworking/opt_tcpdebug.h
parentb7cda6c63e876d405f4fa4e79b067c8cd77d1410 (diff)
cpukit: Remove libnetworking
Update #3850
Diffstat (limited to 'cpukit/libnetworking/opt_tcpdebug.h')
-rw-r--r--cpukit/libnetworking/opt_tcpdebug.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpukit/libnetworking/opt_tcpdebug.h b/cpukit/libnetworking/opt_tcpdebug.h
deleted file mode 100644
index 91d7edebcb..0000000000
--- a/cpukit/libnetworking/opt_tcpdebug.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* intentionally empty file */
-
-/*
- * Uncomment the following line to turn on debug code. When you define
- * this symbol, tcp_trace() is called. If you want tcp_trace() to
- * print, then you need to edit netinet/tcp_debug to set the variable
- * "tcpconsdebug" to 1.
- */
-
-/*
-#define TCPDEBUG
-*/