transport: remove unused "push" in vtable
commit170078693fcccd614406e1c3c9fcbea8aaba0c13
authorJonathan Tan <jonathantanmy@google.com>
Tue, 12 Dec 2017 23:10:56 +0000 (12 15:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Dec 2017 00:50:56 +0000 (12 16:50 -0800)
tree56e480fab5e55e4894d80a6208850a268c298ac6
parent3013dff8662eae06457fe6e5348dfe2270810ab2
transport: remove unused "push" in vtable

After commit 0d0bac67ce3b ("transport: drop support for git-over-rsync",
2016-02-01), no transport in Git populates the "push" entry in the
transport vtable. Remove this entry.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport.c
transport.h