summaryrefslogtreecommitdiff
path: root/docs/reference/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/src')
-rw-r--r--docs/reference/src/transports/inproc.md3
-rw-r--r--docs/reference/src/transports/tcp.md2
2 files changed, 0 insertions, 5 deletions
diff --git a/docs/reference/src/transports/inproc.md b/docs/reference/src/transports/inproc.md
index 396b3dd1..4f3e88b6 100644
--- a/docs/reference/src/transports/inproc.md
+++ b/docs/reference/src/transports/inproc.md
@@ -10,9 +10,6 @@ to slower transports when data must be moved within the same process.
This transport tries hard to avoid copying data, and thus is very
light-weight.
-This transport is built-in, so
-no extra steps to use it should be necessary.
-
## URI Format
{{hi:URI, `inproc://`}}
diff --git a/docs/reference/src/transports/tcp.md b/docs/reference/src/transports/tcp.md
index 54e36b67..1e05e7b7 100644
--- a/docs/reference/src/transports/tcp.md
+++ b/docs/reference/src/transports/tcp.md
@@ -6,8 +6,6 @@ sockets across a {{i:TCP/IP}} network.
Both IPv4 and IPv6 are supported when the underlying platform also supports it.
-This transport is built-in, so no extra steps to use it should be necessary.
-
## URI Format
{{hi:URI, `tcp://`}}