diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-06-11 07:49:24 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-06-11 07:49:24 +0200 |
commit | ee6945c088535609c1996ce2fe93230afa8cef22 (patch) | |
tree | 2cee583d969ee9377e30b139cdb1171d628f2c40 | |
parent | 860ca310ad0c6436ba446905fab2531cb48e8506 (diff) |
http2: remove CURL_DISABLE_TYPECHECK define
... in http2-less builds as it served no use.
-rw-r--r-- | lib/http2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/http2.c b/lib/http2.c index a535d14bb..6724eeeb0 100644 --- a/lib/http2.c +++ b/lib/http2.c @@ -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) |