From cc4c37ca9e20bb914725700a3d89d60367dc39f2 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sun, 12 Jun 2022 10:50:43 -0400 Subject: transport: remove `git_transport_smart_proxy_options` Snuck in during refactoring; let's get rid of it. --- include/git2/sys/transport.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/git2/sys/transport.h') 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 @@ -261,16 +261,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 * -- cgit v1.2.1