]> git.ipfire.org Git - thirdparty/git.git/commit - http-push.c
http-push.c: get_remote_object_url() is only used under USE_CURL_MULTI
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Feb 2009 06:24:40 +0000 (22:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Feb 2009 06:44:41 +0000 (22:44 -0800)
commitdcdb3335c13c018cbc75b49c170080817c123834
tree7746f65c90bbe53e162c06bdd3c81d59df689c5c
parent817d14a87a90481b60a1c28f79f7d838d985a45c
http-push.c: get_remote_object_url() is only used under USE_CURL_MULTI

Otherwise -Wunused-function (which is implied by -Wall) triggers.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-push.c