Skip to content

Commit cc4c37c

Browse files
author
Edward Thomson
authored
transport: remove git_transport_smart_proxy_options
Snuck in during refactoring; let's get rid of it.
1 parent 0a7c00b commit cc4c37c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

include/git2/sys/transport.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -261,16 +261,6 @@ GIT_EXTERN(int) git_transport_smart_certificate_check(git_transport *transport,
261261
*/
262262
GIT_EXTERN(int) git_transport_smart_credentials(git_credential **out, git_transport *transport, const char *user, int methods);
263263

264-
/**
265-
* Get a copy of the proxy options
266-
*
267-
* The url is copied and must be freed by the caller.
268-
*
269-
* @param out options struct to fill
270-
* @param transport the transport to extract the data from.
271-
*/
272-
GIT_EXTERN(int) git_transport_smart_proxy_options(git_proxy_options *out, git_transport *transport);
273-
274264
/**
275265
* Get a copy of the remote connect options
276266
*

0 commit comments

Comments
 (0)