1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 08:38:49 -05:00

http2: remove CURL_DISABLE_TYPECHECK define

... in http2-less builds as it served no use.
This commit is contained in:
Daniel Stenberg 2019-06-11 07:49:24 +02:00
parent 860ca310ad
commit ee6945c088
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -2415,8 +2415,6 @@ bool Curl_h2_http_1_1_error(struct connectdata *conn)
#else /* !USE_NGHTTP2 */
/* Satisfy external references even if http2 is not compiled in. */
#define CURL_DISABLE_TYPECHECK
#include <curl/curl.h>
char *curl_pushheader_bynum(struct curl_pushheaders *h, size_t num)