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:
parent
860ca310ad
commit
ee6945c088
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user