Skip to content

Commit 7050617

Browse files
authored
Merge pull request libgit2#6276 from lhchavez/delete-git_transport_smart_proxy_options
remote: Delete a now-inexistent API declaration
2 parents 3b52e5f + 88f2438 commit 7050617

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
@@ -260,16 +260,6 @@ GIT_EXTERN(int) git_transport_smart_certificate_check(git_transport *transport,
260260
*/
261261
GIT_EXTERN(int) git_transport_smart_credentials(git_credential **out, git_transport *transport, const char *user, int methods);
262262

263-
/**
264-
* Get a copy of the proxy options
265-
*
266-
* The url is copied and must be freed by the caller.
267-
*
268-
* @param out options struct to fill
269-
* @param transport the transport to extract the data from.
270-
*/
271-
GIT_EXTERN(int) git_transport_smart_proxy_options(git_proxy_options *out, git_transport *transport);
272-
273263
/*
274264
*** End of base transport interface ***
275265
*** Begin interface for subtransports for the smart transport ***

0 commit comments

Comments
 (0)