diff options
author | Sverker Eriksson <[email protected]> | 2017-10-11 19:35:13 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-11-15 20:36:01 +0100 |
commit | 06ff5ffb402f00752b5415349ed817a40a76218f (patch) | |
tree | 163a57f982239ca9815b94e5de4d54b0271d9700 /erts/preloaded/src | |
parent | 6c4a3094d0263e46827c6b1869a6de0c033b6b64 (diff) | |
download | otp-06ff5ffb402f00752b5415349ed817a40a76218f.tar.gz otp-06ff5ffb402f00752b5415349ed817a40a76218f.tar.bz2 otp-06ff5ffb402f00752b5415349ed817a40a76218f.zip |
Cleanup net_kernel
Diffstat (limited to 'erts/preloaded/src')
-rw-r--r-- | erts/preloaded/src/erlang.erl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/erts/preloaded/src/erlang.erl b/erts/preloaded/src/erlang.erl index 2dc2c48f0c..ed9b7d9785 100644 --- a/erts/preloaded/src/erlang.erl +++ b/erts/preloaded/src/erlang.erl @@ -3274,12 +3274,6 @@ dist_ctrl_get_data_notification(_DHandle) -> dist_get_stat(_DHandle) -> erlang:nif_error(undefined). -%% -%% If the emulator wants to perform a distributed command and -%% a connection is not established to the actual node the following -%% functions are called in order to set up the connection and then -%% reactivate the command. -%% dmonitor_node(Node, _Flag, []) -> %% Only called when auto-connect attempt failed early in VM |