X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=http-push.c;h=76c788673e0a02c723d99976d3e605531341c7a9;hb=0890098780f295f2a58658d1f6b6627e40426c72;hp=f3c92c971e65e9df72fafdab52b4935866a0a794;hpb=11979b98adc301fed84122237d0d5a26a360fede;p=git.git diff --git a/http-push.c b/http-push.c index f3c92c97..76c78867 100644 --- a/http-push.c +++ b/http-push.c @@ -6,8 +6,6 @@ #include "blob.h" #include "http.h" -#ifdef USE_CURL_MULTI - #include static const char http_push_usage[] = @@ -1426,10 +1424,3 @@ int main(int argc, char **argv) return rc; } -#else /* ifdef USE_CURL_MULTI */ -int main(int argc, char **argv) -{ - fprintf(stderr, "http-push requires curl 7.9.8 or higher.\n"); - return 1; -} -#endif