Merge branch 'rb/quick-install-doc'
[gitweb.git] / transport.h
index bc5571574b67803249567bcee501dfcc342b0b0f..ab4fe7f277480853a66867a11ee9432588de30ac 100644 (file)
@@ -103,7 +103,6 @@ struct transport {
         * process involved generating new commits.
         **/
        int (*push_refs)(struct transport *transport, struct ref *refs, int flags);
-       int (*push)(struct transport *connection, int refspec_nr, const char **refspec, int flags);
        int (*connect)(struct transport *connection, const char *name,
                       const char *executable, int fd[2]);