Skip to content

Commit 88f2438

Browse files
committed
remote: Delete a now-inexistent API declaration
6fc6eeb replaced the remote options with `git_remote_connect_options`. The function definitions were removed, but one function declaration remained, causing linker errors if one tried to use it. This change removes the declaration of `git_transport_smart_proxy_option` to better reflect reality.
1 parent 6397024 commit 88f2438

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)