Skip to content

remote: Delete a now-inexistent API declaration - #6276

Merged
ethomson merged 1 commit into
libgit2:mainfrom
lhchavez:delete-git_transport_smart_proxy_options
Apr 25, 2022
Merged

remote: Delete a now-inexistent API declaration#6276
ethomson merged 1 commit into
libgit2:mainfrom
lhchavez:delete-git_transport_smart_proxy_options

Conversation

@lhchavez

@lhchavez lhchavez commented Apr 14, 2022

Copy link
Copy Markdown
Contributor

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.

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.
@lhchavez
lhchavez force-pushed the delete-git_transport_smart_proxy_options branch from 7b8c22f to 88f2438 Compare April 14, 2022 14:21
@ethomson

Copy link
Copy Markdown
Member

Oops, good catch. Thanks!

@ethomson
ethomson merged commit 7050617 into libgit2:main Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants