transport: teach all vtables to allow fetch first
[gitweb.git] / transport-helper.c
index 1fb31e1a6e31d8f5c383116a8abb0c43c87c528b..96955d4004a8f5feaac1a5cc9baa189c67597f16 100644 (file)
@@ -1146,7 +1146,6 @@ static struct ref *get_refs_list_using_list(struct transport *transport,
 }
 
 static struct transport_vtable vtable = {
-       1,
        set_helper_option,
        get_refs_list,
        fetch,