aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src/rpc.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-03-31 14:51:56 +0200
committerBjörn Gustavsson <[email protected]>2016-04-01 12:14:25 +0200
commit47f8db4e66950fe9d8c48e31e6230c4073cf5e70 (patch)
tree2b4448814d8586eef730b8842ef750ed698faf99 /lib/kernel/doc/src/rpc.xml
parente31c6633233dc996d2ead18b479458b20e6ee5e8 (diff)
downloadotp-47f8db4e66950fe9d8c48e31e6230c4073cf5e70.tar.gz
otp-47f8db4e66950fe9d8c48e31e6230c4073cf5e70.tar.bz2
otp-47f8db4e66950fe9d8c48e31e6230c4073cf5e70.zip
rpc: Remove functions deprecated in R12B
Diffstat (limited to 'lib/kernel/doc/src/rpc.xml')
-rw-r--r--lib/kernel/doc/src/rpc.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/kernel/doc/src/rpc.xml b/lib/kernel/doc/src/rpc.xml
index 032b4fb0c3..be1641ffd9 100644
--- a/lib/kernel/doc/src/rpc.xml
+++ b/lib/kernel/doc/src/rpc.xml
@@ -347,26 +347,6 @@
</func>
<func>
- <name name="safe_multi_server_call" arity="2"/>
- <name name="safe_multi_server_call" arity="3"/>
- <fsummary>Interact with the servers on a number of nodes
- (deprecated).</fsummary>
- <desc>
- <warning>
- <p>Deprecated. Use
- <seealso marker="#multi_server_call/2"><c>multi_server_call/2,3</c></seealso>
- instead.</p>
- </warning>
- <p>In Erlang/OTP R6B and earlier releases,
- <c>multi_server_call/2,3</c> could not handle the case
- where the remote node exists, but there is no server called
- <c><anno>Name</anno></c>. Instead, this function had to be used. In
- Erlang/OTP R7B and later releases, however, the functions are
- equivalent, except that this function is slightly slower.</p>
- </desc>
- </func>
-
- <func>
<name name="sbcast" arity="2"/>
<fsummary>Broadcast a message synchronously to a registered process on
all nodes.</fsummary>