Files
libgit2/include
lhchavez 88f2438452 remote: Delete a now-inexistent API declaration
6fc6eeb66c 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.
2022-04-14 07:20:56 -07:00
..