X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhttp.c;h=b0c782b94cbac70e4334b075e71035d04b09057a;hp=9f274dc618abc8c65acbfe2e001206acf7ff7c54;hb=c52bbad9e4bad1393a9d6ba37e600d388f5ab419;hpb=44ba49b31f4ea515f8a6ef2642a34c0fd2024b90 diff --git a/src/http.c b/src/http.c index 9f274dc6..b0c782b9 100644 --- a/src/http.c +++ b/src/http.c @@ -1641,12 +1641,6 @@ read_response_body (struct http_stat *hs, int sock, FILE *fp, wgint contlen, } while (0) #endif /* def __VMS [else] */ -/* The flags that allow clobbering the file (opening with "wb"). - Defined here to avoid repetition later. #### This will require - rework. */ -#define ALLOW_CLOBBER (opt.noclobber || opt.always_rest || opt.timestamping \ - || opt.dirstruct || opt.output_document) - /* Retrieve a document through HTTP protocol. It recognizes status code, and correctly handles redirections. It closes the network socket. If it receives an error from the functions below it, it