]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
urldata.h: remove #define HEADERSIZE, not used anymore
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 May 2020 14:52:24 +0000 (16:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 May 2020 14:53:05 +0000 (16:53 +0200)
Follow-up to ed35d6590e72c

lib/urldata.h

index c8966f624d05a487e3a211bfd7adc639cda364a2..757218d83538a36975f747723a7a47f96cd269ee 100644 (file)
@@ -153,10 +153,6 @@ typedef ssize_t (Curl_recv)(struct connectdata *conn, /* connection data */
 #include <libssh2_sftp.h>
 #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))