summaryrefslogtreecommitdiff
path: root/src/transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport.c')
-rw-r--r--src/transport.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/transport.c b/src/transport.c
index d42c92684..a41ea0add 100644
--- a/src/transport.c
+++ b/src/transport.c
@@ -212,15 +212,6 @@ done:
return error;
}
-int git_remote_supported_url(const char* url)
-{
- git_transport_cb fn;
- void *param;
-
- /* The only error we expect is ENOTFOUND */
- return !transport_find_fn(&fn, url, &param);
-}
-
int git_transport_init(git_transport *opts, unsigned int version)
{
GIT_INIT_STRUCTURE_FROM_TEMPLATE(