aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2019-06-26 14:27:00 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-06-27 10:31:46 +0200
commita82993b320da3a6e20cf9199c79446aa14e2a4a1 (patch)
tree04ad0137677c77bb6900436a89bc3261daf95e68 /include/libssh
parent6a9185636f4398ba51ba8586394244319826f61e (diff)
downloadlibssh-a82993b320da3a6e20cf9199c79446aa14e2a4a1.tar.gz
libssh-a82993b320da3a6e20cf9199c79446aa14e2a4a1.tar.xz
libssh-a82993b320da3a6e20cf9199c79446aa14e2a4a1.zip
connect: Removed unused code
The internal function ssh_connect_host() is not used. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 2a1ddb44..ce74465a 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -272,8 +272,6 @@ int ssh_auth_reply_success(ssh_session session, int partial);
int ssh_send_banner(ssh_session session, int is_server);
/* connect.c */
-socket_t ssh_connect_host(ssh_session session, const char *host,const char
- *bind_addr, int port, long timeout, long usec);
socket_t ssh_connect_host_nonblocking(ssh_session session, const char *host,
const char *bind_addr, int port);