aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_cli.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-04-23 15:01:37 +0200
committerHans Nilsson <[email protected]>2018-04-25 16:03:07 +0200
commitb9c0b5c15f71dc1384c8e6b98fb2fae1987b14b5 (patch)
treef3d6eb31615b608fc174c6d6312938976b3445ac /lib/ssh/src/ssh_cli.erl
parent5611b6139cb39a4e91a5cc6f61d698658120f49e (diff)
downloadotp-b9c0b5c15f71dc1384c8e6b98fb2fae1987b14b5.tar.gz
otp-b9c0b5c15f71dc1384c8e6b98fb2fae1987b14b5.tar.bz2
otp-b9c0b5c15f71dc1384c8e6b98fb2fae1987b14b5.zip
ssh: Changes suggested by dialyzer
Diffstat (limited to 'lib/ssh/src/ssh_cli.erl')
-rw-r--r--lib/ssh/src/ssh_cli.erl15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/ssh/src/ssh_cli.erl b/lib/ssh/src/ssh_cli.erl
index b45dbc3e37..382de90ae1 100644
--- a/lib/ssh/src/ssh_cli.erl
+++ b/lib/ssh/src/ssh_cli.erl
@@ -49,21 +49,6 @@
%%====================================================================
%% ssh_channel callbacks
%%====================================================================
--spec init(Args :: term()) ->
- {ok, State :: term()} | {ok, State :: term(), timeout() | hibernate} |
- {stop, Reason :: term()} | ignore.
-
--spec terminate(Reason :: (normal | shutdown | {shutdown, term()} |
- term()),
- State :: term()) ->
- term().
-
--spec handle_msg(Msg ::term(), State :: term()) ->
- {ok, State::term()} | {stop, ChannelId::ssh:channel_id(), State::term()}.
--spec handle_ssh_msg({ssh_cm, ConnectionRef::term(), SshMsg::term()},
- State::term()) -> {ok, State::term()} |
- {stop, ChannelId::ssh:channel_id(),
- State::term()}.
%%--------------------------------------------------------------------
%% Function: init(Args) -> {ok, State}