mirror of
https://github.com/curl/curl.git
synced 2026-06-25 03:46:04 +03: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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue