From 42aacc71069d31ff039b4deda2ad13beb08944bd Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 2 Oct 2009 10:18:27 +0200 Subject: Remove unused option functions. --- libssh/options.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'libssh/options.c') diff --git a/libssh/options.c b/libssh/options.c index 70469d8..95429b0 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -923,19 +923,6 @@ int ssh_options_set_wanted_algos(ssh_options opt, int algo, const char *list) { return 0; } -/* this function must be called when no specific username has been asked. it has to guess it */ -int ssh_options_default_username(ssh_options opt) { - return ssh_options_set(opt, SSH_OPTIONS_USER, NULL); -} - -int ssh_options_default_ssh_dir(ssh_options opt) { - return ssh_options_set(opt, SSH_OPTIONS_SSH_DIR, NULL); -} - -int ssh_options_default_known_hosts_file(ssh_options opt) { - return ssh_options_set(opt, SSH_OPTIONS_KNOWNHOSTS, NULL); -} - /** * @brief Set a callback to show connection status in realtime. * -- cgit