From: Daniel Stenberg Date: Mon, 4 May 2020 14:52:24 +0000 (+0200) Subject: urldata.h: remove #define HEADERSIZE, not used anymore X-Git-Tag: curl-7_71_0~208 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0af243b6165adc590c78c0b024805fb060b4f56;p=thirdparty%2Fcurl.git urldata.h: remove #define HEADERSIZE, not used anymore Follow-up to ed35d6590e72c --- diff --git a/lib/urldata.h b/lib/urldata.h index c8966f624d..757218d835 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -153,10 +153,6 @@ typedef ssize_t (Curl_recv)(struct connectdata *conn, /* connection data */ #include #endif /* HAVE_LIBSSH2_H */ -/* Initial size of the buffer to store headers in, it'll be enlarged in case - of need. */ -#define HEADERSIZE 256 - #define CURLEASY_MAGIC_NUMBER 0xc0dedbadU #define GOOD_EASY_HANDLE(x) \ ((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER))