X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=84bdbd0f76787090a1ec511a006b1c9885521d71;hb=750ef42516bb343a7755f003720e43cd8dd64c3e;hp=5c9441c10ce708be426afe7424d63dcbb68a49e2;hpb=030b1a77f72a7e3307c7d7881ae570ca1c8ed877;p=git.git diff --git a/http.h b/http.h index 5c9441c10..84bdbd0f7 100644 --- a/http.h +++ b/http.h @@ -152,7 +152,6 @@ struct http_pack_request struct packed_git *target; struct packed_git **lst; FILE *packfile; - char filename[PATH_MAX]; char tmpfile[PATH_MAX]; struct curl_slist *range_header; struct active_request_slot *slot; @@ -167,7 +166,6 @@ extern void release_http_pack_request(struct http_pack_request *preq); struct http_object_request { char *url; - char filename[PATH_MAX]; char tmpfile[PATH_MAX]; int localfile; CURLcode curl_result;