diff options
author | Niclas Eklund <[email protected]> | 2010-04-21 14:33:19 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-21 14:33:19 +0000 |
commit | 9ac34d4580a6ba9af0f448cc3f1220036a0aa796 (patch) | |
tree | 4b6960853be0224b524dd93b81fe44af40a6fbaf /lib/ssh/src/ssh.app.src | |
parent | 494341d4660ea9cf220848393e718b01fc7926e4 (diff) | |
download | otp-9ac34d4580a6ba9af0f448cc3f1220036a0aa796.tar.gz otp-9ac34d4580a6ba9af0f448cc3f1220036a0aa796.tar.bz2 otp-9ac34d4580a6ba9af0f448cc3f1220036a0aa796.zip |
Removed deprecated functions and module
Diffstat (limited to 'lib/ssh/src/ssh.app.src')
-rw-r--r-- | lib/ssh/src/ssh.app.src | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src index 9319f39591..8a3e15841f 100644 --- a/lib/ssh/src/ssh.app.src +++ b/lib/ssh/src/ssh.app.src @@ -14,7 +14,6 @@ ssh_cli, ssh_channel, ssh_channel_sup, - ssh_cm, ssh_connection, ssh_connection_handler, ssh_connection_manager, @@ -32,8 +31,6 @@ ssh_sftpd, ssh_sftpd_file, ssh_sftpd_file_api, - ssh_ssh, - ssh_sshd, ssh_subsystem_sup, ssh_sup, ssh_system_sup, |