summaryrefslogtreecommitdiff
path: root/include/git2/sys/transport.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2022-06-12 10:50:43 -0400
committerGitHub <noreply@github.com>2022-06-12 10:50:43 -0400
commitcc4c37ca9e20bb914725700a3d89d60367dc39f2 (patch)
treeadede33525b49a7006956a0e81a60f9f777fffea /include/git2/sys/transport.h
parent0a7c00be7fb5e85574bbe4676465b24b22f40e87 (diff)
downloadlibgit2-cc4c37ca9e20bb914725700a3d89d60367dc39f2.tar.gz
transport: remove `git_transport_smart_proxy_options`
Snuck in during refactoring; let's get rid of it.
Diffstat (limited to 'include/git2/sys/transport.h')
-rw-r--r--include/git2/sys/transport.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/git2/sys/transport.h b/include/git2/sys/transport.h
index af315e369..06ae7079f 100644
--- a/include/git2/sys/transport.h
+++ b/include/git2/sys/transport.h
@@ -262,16 +262,6 @@ GIT_EXTERN(int) git_transport_smart_certificate_check(git_transport *transport,
GIT_EXTERN(int) git_transport_smart_credentials(git_credential **out, git_transport *transport, const char *user, int methods);
/**
- * Get a copy of the proxy options
- *
- * The url is copied and must be freed by the caller.
- *
- * @param out options struct to fill
- * @param transport the transport to extract the data from.
- */
-GIT_EXTERN(int) git_transport_smart_proxy_options(git_proxy_options *out, git_transport *transport);
-
-/**
* Get a copy of the remote connect options
*
* All data is copied and must be freed by the caller by calling