X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=http-fetch.c;h=71a8c60b56914ca579db3da1d2bef6795acc7bf9;hb=4fa2197e614950279527b14825d1e9572454a48c;hp=e8ac9959ff712f3d482789ac00e6181fd8461931;hpb=271421cd345a9b5e2fc7e30e672d2c998f50e1dc;p=git.git diff --git a/http-fetch.c b/http-fetch.c index e8ac9959..71a8c60b 100644 --- a/http-fetch.c +++ b/http-fetch.c @@ -550,7 +550,6 @@ static int fetch_object(struct alt_base *repo, unsigned char *sha1) curl_result = curl_easy_perform(curl); curl_easy_setopt(curl, CURLOPT_HTTPHEADER, no_range_header); if (curl_result != 0) { - unlink(tmpfile); return error("%s", curl_errorstr); }