Code

Merge branch 'sp/maint-dumb-http-pack-reidx' into maint
[git.git] / http.h
diff --git a/http.h b/http.h
index c78cacb9c3543caf1f59b9068cac2b053ef088f9..b431b8bd5b6d694dd01fc92b2ffcca41655d82bf 100644 (file)
--- a/http.h
+++ b/http.h
@@ -153,7 +153,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;
@@ -168,7 +167,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;